百色农校完成

This commit is contained in:
2025-05-16 20:15:45 +08:00
parent e97d08f410
commit e37c9640a8
17 changed files with 51 additions and 47 deletions

View File

@@ -8,7 +8,7 @@
// 填租户ID
const appId = 10490;
// 接口地址
let apiBaseUrl = 'https://cms-api.websoft.top/api'
let apiBaseUrl = 'https://server.gxbsnx.com/api'
// 应用名称
const appName = '广西百色农业学校';
@@ -86,9 +86,9 @@ export default defineNuxtConfig({
apiBaseUrl,
tenantId: appId,
siteName: appName,
domain: 'websoft.top',
domain: 'gxbsnx.com',
// 核心接口
apiServer: 'https://server.gxwebsoft.com/api',
apiServer: 'https://server.gxbsnx.com/api',
appSecret: '',
appName: '你的网站名称'
}