Compare commits

...

1 Commits

Author SHA1 Message Date
rainbro bbf7d67fd0 临时测试环境搭建 2 weeks ago
  1. 2
      .env.production
  2. 16
      src/router/index.js

2
.env.production

@ -1 +1 @@
VUE_APP_BASE_API=http://admin.kuailelunwen.com/api VUE_APP_BASE_API=http://agentnew.checkcopy.com

16
src/router/index.js

@ -100,14 +100,14 @@ const routes = [{
breadcrumbParent: '站点列表' // 手动指定父级 breadcrumbParent: '站点列表' // 手动指定父级
} }
}, },
{ // {
path: '/agent/SitePersonalization', // path: '/agent/SitePersonalization',
name: '个性化设置', // name: '个性化设置',
// route level code-splitting // // route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route // // this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited. // // which is lazy-loaded when the route is visited.
component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/SitePersonalization.vue') // component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/SitePersonalization.vue')
}, // },
{ {
path: '/agent/payList', path: '/agent/payList',
isFirst: true, isFirst: true,

Loading…
Cancel
Save