修改小程序及大屏
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user