This commit is contained in:
qsh
2026-02-03 11:46:59 +08:00
parent 20ab62b473
commit ec95ab4933
18 changed files with 197 additions and 967 deletions

View File

@@ -7,6 +7,12 @@ export default {
name: '小程序管理后台',
// 应用版本
version: '1.0.0',
// 更新时间
updateTime: '2026-02-03',
// 租户id
tenantId: import.meta.env.VITE_APP_TENANT_ID,
// instance id
instanceId: import.meta.env.VITE_APP_INSTANCE_ID,
// 应用logo
logo: '/static/logo.png'
}