lrf402788946 před 4 roky
rodič
revize
c41e52d4af
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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,
       },