Commit 721a8e67 by hulei

api.post中webapi

parent 37ba9e77
......@@ -141,7 +141,7 @@ export default {
async handleSearch() {
//查询接口
this.load = true;
const res = await Api.post('/webapi/public/glesel/list', this.model);
const res = await Api.post('/public/glesel/list', this.model);
if (res.respCode === SUCCESS) {
this.tableData = res.data.list;
this.pagination.total = parseInt(res.data.total) || 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment