Commit 4968dfb8 authored by haiyoucuv's avatar haiyoucuv

init

parent 11a87697
......@@ -146,7 +146,7 @@ class Store {
async getTaskInfo() {
return await sendWebNetWithToken(WebNetName.taskList, {
return await sendWebNet(WebNetName.taskList, {
taskToken: getUrlParams("taskToken") || "123456",
});
}
......
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