lilei 3 年之前
父节点
当前提交
7c575830e6
共有 2 个文件被更改,包括 2 次插入3 次删除
  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',
             name: 'home',
             redirect: '/home',
-            name: 'home',
             component: BlankLayout,
             meta: {
               title: '首页',

+ 2 - 2
vue.config.js

@@ -109,8 +109,8 @@ const vueConfig = {
     proxy: {
       '/api': {
         // 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: true,
         changeOrigin: true,