This commit is contained in:
PQZ 2024-08-28 16:28:21 +08:00
parent a441fbd0f6
commit fa30cbfaf0
2 changed files with 3 additions and 3 deletions

View File

@ -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: {

View File

@ -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) => {