埋点调整

This commit is contained in:
aixianling
2022-06-08 16:32:01 +08:00
parent 3365fcb1ef
commit 07ca7dc8a7

View File

@@ -32,6 +32,7 @@ export default {
} else return 0
}))).then(() => {
axios.post("/node/wechatapps/addOrUpdate", {
type: "web",
list: this.routes().map(({path: libPath, label, module: {name}, name: id}) => ({
id, type: 'web', libPath, label, name
}))