lrf402788946 4 年 前
コミット
c41e52d4af
1 ファイル変更4 行追加1 行削除
  1. 4 1
      vue.config.js

+ 4 - 1
vue.config.js

@@ -25,8 +25,11 @@ module.exports = {
     port: '7001',
     //api地址前缀
     proxy: {
+      '/api/servicezhwl': {
+        target: 'http://127.0.0.1:7002',
+      },
       '/api/role/auth': {
-        target: 'http://127.0.0.1:7002', //http://free.liaoningdoupo.com
+        target: 'http://free.liaoningdoupo.com', //http://free.liaoningdoupo.com
         changeOrigin: true,
         ws: true,
       },