lilei 3 years ago
parent
commit
7c575830e6
2 changed files with 2 additions and 3 deletions
  1. 0 1
      src/config/router.config.js
  2. 2 2
      vue.config.js

+ 0 - 1
src/config/router.config.js

@@ -30,7 +30,6 @@ export const asyncRouterMap = [
             path: '/home',
             path: '/home',
             name: 'home',
             name: 'home',
             redirect: '/home',
             redirect: '/home',
-            name: 'home',
             component: BlankLayout,
             component: BlankLayout,
             meta: {
             meta: {
               title: '首页',
               title: '首页',

+ 2 - 2
vue.config.js

@@ -109,8 +109,8 @@ const vueConfig = {
     proxy: {
     proxy: {
       '/api': {
       '/api': {
         // target: 'http://192.168.16.188:8503/qpls-md',
         // target: 'http://192.168.16.188:8503/qpls-md',
-        // target: 'http://frps.chelingzhu.com:7800/qpls-md',
-        target: 'http://p.iscm.360arrow.com/qpls-md',
+        target: 'http://frps.chelingzhu.com:7800/qpls-md',
+        // target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         // ws: false,
         ws: true,
         ws: true,
         changeOrigin: true,
         changeOrigin: true,