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

修改同步抓取脚本

parent 38b1cad8
...@@ -52,7 +52,7 @@ const BundleAnalyzerPlugin = require("webpack-bundle-analyzer") ...@@ -52,7 +52,7 @@ const BundleAnalyzerPlugin = require("webpack-bundle-analyzer")
module.exports = { module.exports = {
publicPath: "./", publicPath: "./",
// 打包目录--多加一层dist打zip时候把dist外壳打进去 // 打包目录--多加一层dist打zip时候把dist外壳打进去
outputDir: "dist/dist", outputDir: "dist",
devServer: { devServer: {
disableHostCheck: true, disableHostCheck: true,
port: 8080, port: 8080,
......
...@@ -58,7 +58,7 @@ POST {{baseUrl}}/test/testCookie ...@@ -58,7 +58,7 @@ POST {{baseUrl}}/test/testCookie
Content-Type: application/json 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 ...@@ -67,7 +67,7 @@ POST {{baseUrl}}/micro/getPicAndCookie
Content-Type: application/json 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