Commit f126231c by 穆启卓

测试域名

parent bb47c3b1
...@@ -2,7 +2,8 @@ let config = { ...@@ -2,7 +2,8 @@ let config = {
devServer: { devServer: {
proxy: { proxy: {
'/api': { '/api': {
target: "https://miniapp-api.wxatech.com/game-bsdk/", // target: "https://miniapp-api.wxatech.com/game-bsdk/",
target: "https://miniapp-testapi.wxatech.com/game-bsdk/",
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
"^/api": "/api" "^/api": "/api"
......
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