Commit d8ac030d authored by 阮藤's avatar 阮藤

列表页面上传

parent 661ff65e
......@@ -14,6 +14,10 @@ export default {
detail:{
url: `${base}/detail`,
method: "GET",
}
},
reminders:{
url: `${base}/reminders`,
method: "post",
},
}
}
const url = "/gdep-plm"
export default {
plm: {
selectModelingTaskPage: {
url: url + "/modelingtask/selectModelingTaskPage",
method: "get",
},
}
}
......@@ -6,6 +6,7 @@ import auth from './apiList/auth.js'
import color from './apiList/colors.js'
import orderTicket from './apiList/orderTicket.js'
import modeling from './apiList/modeling.js'
import plm from './apiList/plm.js'
// import goods from './apiList/goods.js'
// import base from './apiList/base.js'
......@@ -14,5 +15,6 @@ export default {
...auth,
...color,
...orderTicket,
...modeling
...modeling,
...plm
};
This diff is collapsed.
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