修改小程序及大屏

This commit is contained in:
2025-10-23 17:26:47 +08:00
parent 212dffd0da
commit 07bd3ce5da
90 changed files with 3348 additions and 3554 deletions

View File

@@ -1,7 +1,7 @@
// API配置文件
const config = {
// 后端服务器配置
baseURL: 'https://ad.ningmuyun.com/api',
baseURL: 'http://localhost:5352/api',
// 请求超时时间
timeout: 10000,
@@ -10,7 +10,7 @@ const config = {
endpoints: {
// 认证相关
auth: {
login: '/government/auth/login',
login: '/auth/login',
logout: '/auth/logout',
userInfo: '/auth/userinfo'
},