From bbf7d67fd0a3f0a75a04d8c5d8dcf42b46990ebb Mon Sep 17 00:00:00 2001 From: rainbro <33367671@qq.com> Date: Thu, 26 Jun 2025 10:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/router/index.js | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) 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,