lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
c41e52d4af
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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,
       },