update: more secure path

This commit is contained in:
tokumeikoi
2022-12-15 00:59:32 +08:00
parent a77523c3b5
commit 4d8bb0d8e9
7 changed files with 14 additions and 9 deletions

View File

@ -11,5 +11,7 @@ window.settings = {
},
// 背景
background_url: '',
logo: ''
logo: '',
// 需与V2Board设置中的后台路径一致
secure_path: 'admin'
}

File diff suppressed because one or more lines are too long