From 25604d4dda1173d77e94f1c86387859e5b4e6adf Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Fri, 23 Dec 2022 14:56:07 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8F=96=E6=B6=88=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/website/website/create/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/website/website/create/index.vue b/frontend/src/views/website/website/create/index.vue index 6ecd38655..07a325956 100644 --- a/frontend/src/views/website/website/create/index.vue +++ b/frontend/src/views/website/website/create/index.vue @@ -111,7 +111,7 @@
- {{ $t('website.staticPath') + staticPath + '/' + website.alias }} + {{ $t('website.staticPath') + staticPath + website.alias }} {{ '/index' }}
@@ -248,7 +248,7 @@ const acceptParams = async (installPath: string) => { websiteForm.value.resetFields(); } console.log(installPath); - staticPath.value = installPath + '/www/sites'; + staticPath.value = installPath + '/www/sites/'; await ListGroups().then((res) => { groups.value = res.data;