Commit 69855c6f authored by 赵啸非's avatar 赵啸非

修改同步抓取脚本

parent 38b1cad8
......@@ -52,7 +52,7 @@ const BundleAnalyzerPlugin = require("webpack-bundle-analyzer")
module.exports = {
publicPath: "./",
// 打包目录--多加一层dist打zip时候把dist外壳打进去
outputDir: "dist/dist",
outputDir: "dist",
devServer: {
disableHostCheck: true,
port: 8080,
......
......@@ -58,7 +58,7 @@ POST {{baseUrl}}/test/testCookie
Content-Type: application/json
{
"url":"http://172.15.28.113:8902"
"url":"http://172.15.28.113:8902/app/account/imageCode"
}
......@@ -67,7 +67,7 @@ POST {{baseUrl}}/micro/getPicAndCookie
Content-Type: application/json
{
"url":"http://172.15.28.113:8902"
"url":"http://172.15.28.113:8902/app/account/imageCode"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment