百色农校

This commit is contained in:
2025-04-17 16:22:32 +08:00
parent fe348ae97b
commit 7078da29f2
35 changed files with 516 additions and 114 deletions

View File

@@ -6,11 +6,11 @@
*/
// 填租户ID
const appId = 10491;
const appId = 10490;
// 接口地址
let apiBaseUrl = 'https://cms-api.websoft.top/api'
// 应用名称
const appName = '工匠基地';
const appName = '广西百色农业学校';
@@ -66,7 +66,7 @@ export default defineNuxtConfig({
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
script: [
{ innerHTML: 'var备案号 = "备案号桂ICP备13003666号";', type: 'text/javascript' }
{ innerHTML: 'var备案号 = "备案号桂ICP备13005851";', type: 'text/javascript' }
]
}
},