Compare commits

..

No commits in common. "ab87fbd2f0fc4352e462a3aa08ad7584f52220a2" and "5a35954dc928ff7a49cc28112b18efff0650a67f" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@ import request from '@/utils/request'
//装备列表
export function getDevList(data) {
return request({
url: '/material-mall/dev/devList',
url: '/material-mall/dev/list',
method: 'post',
data: data,
})

View File

@ -239,8 +239,8 @@ export default {
this.queryParams.endTime = undefined
}
getDevList(this.queryParams).then(response => {
this.tableList = response.rows;
this.total = response.total;
this.tableList = response.data.rows;
this.total = response.data.total;
this.loading = false;
});
},

View File

@ -38,8 +38,7 @@ 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.2.216:18080`,//
target: `http://192.168.0.234:18080`,//阮
// target: `http://192.168.137.1:18080`,//
changeOrigin: true,
pathRewrite: {