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://vue.ruoyi.vip/prod-api',
|
||||||
|
|
||||||
//baseUrl: 'https://www.nuoyunr.com/jx',
|
//baseUrl: 'https://www.nuoyunr.com/jx',
|
||||||
imagesUrl: 'https://www.nuoyunr.com/jx',
|
imagesUrl: 'http://localhost:48080/admin-api',
|
||||||
baseUrl: 'http://localhost:48080',
|
baseUrl: 'http://localhost:48080/admin-api',
|
||||||
// imagesUrl: 'http://192.168.31.54:8016/jx',
|
// imagesUrl: 'http://192.168.31.54:8016/jx',
|
||||||
// 应用信息
|
// 应用信息
|
||||||
appInfo: {
|
appInfo: {
|
||||||
|
@ -144,7 +144,7 @@
|
|||||||
}
|
}
|
||||||
this.appuser.type = 0
|
this.appuser.type = 0
|
||||||
request({
|
request({
|
||||||
url: '/loginApp',
|
url: '/system/auth/loginApp',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: this.appuser
|
data: this.appuser
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user