修改参数查询的input提示
增加公安备案号和网站备案号显示
This commit is contained in:
AMEN
2025-05-18 23:33:28 +08:00
parent ff95764824
commit 31fc731af6
4 changed files with 31 additions and 5 deletions
+2
View File
@@ -13,6 +13,8 @@ export default new Vuex.Store({
isSuperAdmin: false, // 添加superAdmin状态
pubConfig: { // 添加公共配置存储
version: '',
beianIcpNum: 'null',
beianGaNum: 'null',
allowUserRegister: false
}
},