Commit 661ff65e authored by 李星剑's avatar 李星剑

提交

parent 4c028b62
......@@ -60,6 +60,7 @@
"@vue/shared": "^3.0.0",
"core-js": "^3.6.5",
"flyio": "^0.6.2",
"js-sha256": "^0.9.0",
"jweixin-module": "^1.6.0",
"regenerator-runtime": "^0.12.1",
"sass": "^1.43.4",
......
// let base = "/gdep-plm/modelingTaskCategory"
let base = "/gdep-plm/modelingtask";
export default {
modeling:{
category: {
url: `/gdep-plm/modelingTaskCategory/page`,
method: "POST",
},
submit:{
url: `${base}/submit`,
method: "POST",
},
detail:{
url: `${base}/detail`,
method: "GET",
}
}
}
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