Compare commits
No commits in common. "ab87fbd2f0fc4352e462a3aa08ad7584f52220a2" and "5a35954dc928ff7a49cc28112b18efff0650a67f" have entirely different histories.
ab87fbd2f0
...
5a35954dc9
|
|
@ -3,7 +3,7 @@ import request from '@/utils/request'
|
||||||
//装备列表
|
//装备列表
|
||||||
export function getDevList(data) {
|
export function getDevList(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/material-mall/dev/devList',
|
url: '/material-mall/dev/list',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -239,8 +239,8 @@ export default {
|
||||||
this.queryParams.endTime = undefined
|
this.queryParams.endTime = undefined
|
||||||
}
|
}
|
||||||
getDevList(this.queryParams).then(response => {
|
getDevList(this.queryParams).then(response => {
|
||||||
this.tableList = response.rows;
|
this.tableList = response.data.rows;
|
||||||
this.total = response.total;
|
this.total = response.data.total;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,7 @@ module.exports = {
|
||||||
// target: `http://localhost:18080`,
|
// target: `http://localhost:18080`,
|
||||||
// target: `http://192.168.2.246:18080`,//马
|
// target: `http://192.168.2.246:18080`,//马
|
||||||
// target: `http://192.168.0.110: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`,//
|
// target: `http://192.168.137.1:18080`,//
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue