lilei 3 лет назад
Родитель
Сommit
939d106551
2 измененных файлов с 3 добавлено и 4 удалено
  1. 1 2
      package-lock.json
  2. 2 2
      vue.config.js

+ 1 - 2
package-lock.json

@@ -14535,8 +14535,7 @@
       "version": "4.0.8",
       "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
       "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=",
-      "dev": true,
-      "optional": true
+      "dev": true
     },
     "rx-lite-aggregates": {
       "version": "4.0.8",

+ 2 - 2
vue.config.js

@@ -108,8 +108,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://p.xprh.360arrow.com/xprh-admin',
-        target: 'http://192.168.16.151:8701/xprh-admin',
+        target: 'http://p.xprh.360arrow.com/xprh-admin',
+        // target: 'http://192.168.16.151:8701/xprh-admin',
         // ws: false,
         ws: true,
         changeOrigin: true,