装备列表接口修改
This commit is contained in:
parent
ce52f40c31
commit
631f13fefd
|
|
@ -3,7 +3,7 @@ import request from '@/utils/request'
|
|||
//装备列表
|
||||
export function getDevList(data) {
|
||||
return request({
|
||||
url: '/material-mall/dev/list',
|
||||
url: '/material-mall/dev/devList',
|
||||
method: 'post',
|
||||
data: data,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -239,8 +239,8 @@ export default {
|
|||
this.queryParams.endTime = undefined
|
||||
}
|
||||
getDevList(this.queryParams).then(response => {
|
||||
this.tableList = response.data.rows;
|
||||
this.total = response.data.total;
|
||||
this.tableList = response.rows;
|
||||
this.total = response.total;
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@ module.exports = {
|
|||
// target: `http://localhost:18080`,
|
||||
// target: `http://192.168.2.246:18080`,//马
|
||||
// target: `http://192.168.0.110:18080`,//洪
|
||||
target: `http://192.168.0.234:18080`,//阮
|
||||
// target: `http://192.168.0.234:18080`,//阮
|
||||
target: `http://192.168.2.216:18080`,//
|
||||
// target: `http://192.168.137.1:18080`,//
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue