1
This commit is contained in:
parent
a441fbd0f6
commit
fa30cbfaf0
@ -3,8 +3,8 @@ module.exports = {
|
||||
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
|
||||
|
||||
//baseUrl: 'https://www.nuoyunr.com/jx',
|
||||
imagesUrl: 'https://www.nuoyunr.com/jx',
|
||||
baseUrl: 'http://localhost:48080',
|
||||
imagesUrl: 'http://localhost:48080/admin-api',
|
||||
baseUrl: 'http://localhost:48080/admin-api',
|
||||
// imagesUrl: 'http://192.168.31.54:8016/jx',
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
|
@ -144,7 +144,7 @@
|
||||
}
|
||||
this.appuser.type = 0
|
||||
request({
|
||||
url: '/loginApp',
|
||||
url: '/system/auth/loginApp',
|
||||
method: 'post',
|
||||
data: this.appuser
|
||||
}).then((res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user