Browse Source

临时测试环境搭建

20250626_temp
rainbro 2 weeks ago
parent
commit
bbf7d67fd0
  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: '站点列表' // 手动指定父级
}
},
{
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,

Loading…
Cancel
Save