埋点调整
This commit is contained in:
@@ -32,6 +32,7 @@ export default {
|
|||||||
} else return 0
|
} else return 0
|
||||||
}))).then(() => {
|
}))).then(() => {
|
||||||
axios.post("/node/wechatapps/addOrUpdate", {
|
axios.post("/node/wechatapps/addOrUpdate", {
|
||||||
|
type: "web",
|
||||||
list: this.routes().map(({path: libPath, label, module: {name}, name: id}) => ({
|
list: this.routes().map(({path: libPath, label, module: {name}, name: id}) => ({
|
||||||
id, type: 'web', libPath, label, name
|
id, type: 'web', libPath, label, name
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user