Commit 75d17e80 authored by haiyoucuv's avatar haiyoucuv

新手引导

parent 09966e6f
......@@ -24,7 +24,10 @@ const API = generateAPI({
uri: "userLogin.check",
showMsg: false,
},
buriedPoint: {
uri: "buriedPoint",
showMsg: false,
},
records: "records.query",
index: "tcs/index.do",
......
......@@ -32,6 +32,10 @@ class GameStore {
}
const { success, data } = await API.start();
API.buriedPoint({
pageBizId: 502,
from: 1,
})
store.updateIndex();
if (!success) {
......
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