From fb18eb807b3dbfacbd3b96087218f7f4f44509a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sun, 22 Sep 2024 00:18:57 +0800 Subject: [PATCH] DIIA --- .env.development | 4 +- src/api/cms/website/model/index.ts | 2 + src/layout/index.vue | 156 -------------------------- src/store/modules/tenant.ts | 7 +- src/views/about/components/detail.vue | 1 - src/views/index/index.vue | 14 ++- 6 files changed, 18 insertions(+), 166 deletions(-) diff --git a/.env.development b/.env.development index a5953b5..c53d4ea 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ VITE_SOCKET_URL=wss://server.gxwebsoft.com VITE_SERVER_URL=https://server.gxwebsoft.com/api -VITE_API_URL=https://modules.gxwebsoft.com/api +#VITE_API_URL=https://modules.gxwebsoft.com/api -#VITE_API_URL=http://127.0.0.1:9001/api +VITE_API_URL=http://127.0.0.1:9001/api #VITE_SOCKET_URL=ws://localhost:9191 #VITE_API_URL=http://103.233.255.195:9300/api diff --git a/src/api/cms/website/model/index.ts b/src/api/cms/website/model/index.ts index eb44703..4c9f252 100644 --- a/src/api/cms/website/model/index.ts +++ b/src/api/cms/website/model/index.ts @@ -53,6 +53,8 @@ export interface Website { tenantId?: number; tenantName?: string; navigations?: Navigation[]; + topNavs?: Navigation[]; + bottomNavs?: Navigation[]; categoryList?: ArrangeCategory[]; links?: Link[]; // 配置信息 diff --git a/src/layout/index.vue b/src/layout/index.vue index 1d73243..2260023 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -4,164 +4,8 @@