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

待办

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