Commit 8cc54b36 authored by 胡占生's avatar 胡占生 🇨🇳

待办

parent 6b49625d
Pipeline #7908 passed with stage
in 11 seconds
......@@ -180,11 +180,9 @@ export default {
touchstart(index, item) {
if(item.appUrl){
this.$router.push({
name: 'center',
name: item.appUrl,
params: {
id: item.pid,
path:item.appUrl,
theme:item.theme
id: item.pid
},
});
}
......
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