diff --git a/.env.production b/.env.production index 496a0ca..e4033d3 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -VUE_APP_BASE_API=http://admin.kuailelunwen.com/api \ No newline at end of file +VUE_APP_BASE_API=http://agentnew.checkcopy.com \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 34c7701..3d4c40c 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -100,14 +100,14 @@ const routes = [{ breadcrumbParent: '站点列表' // 手动指定父级 } }, - { - path: '/agent/SitePersonalization', - name: '个性化设置', - // route level code-splitting - // this generates a separate chunk (about.[hash].js) for this route - // which is lazy-loaded when the route is visited. - component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/SitePersonalization.vue') - }, + // { + // path: '/agent/SitePersonalization', + // name: '个性化设置', + // // route level code-splitting + // // this generates a separate chunk (about.[hash].js) for this route + // // which is lazy-loaded when the route is visited. + // component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/SitePersonalization.vue') + // }, { path: '/agent/payList', isFirst: true,