mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
style: 取消空格
This commit is contained in:
parent
bbf0349ae7
commit
25604d4dda
@ -111,7 +111,7 @@
|
|||||||
<el-input v-model="website.alias" :placeholder="$t('website.aliasHelper')"></el-input>
|
<el-input v-model="website.alias" :placeholder="$t('website.aliasHelper')"></el-input>
|
||||||
<div>
|
<div>
|
||||||
<span class="input-help">
|
<span class="input-help">
|
||||||
{{ $t('website.staticPath') + staticPath + '/' + website.alias }}
|
<span>{{ $t('website.staticPath') + staticPath + website.alias }}</span>
|
||||||
<span v-if="website.type === 'static' && website.alias != ''">{{ '/index' }}</span>
|
<span v-if="website.type === 'static' && website.alias != ''">{{ '/index' }}</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@ -248,7 +248,7 @@ const acceptParams = async (installPath: string) => {
|
|||||||
websiteForm.value.resetFields();
|
websiteForm.value.resetFields();
|
||||||
}
|
}
|
||||||
console.log(installPath);
|
console.log(installPath);
|
||||||
staticPath.value = installPath + '/www/sites';
|
staticPath.value = installPath + '/www/sites/';
|
||||||
|
|
||||||
await ListGroups().then((res) => {
|
await ListGroups().then((res) => {
|
||||||
groups.value = res.data;
|
groups.value = res.data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user