Commit 56224373 authored by zhengke's avatar zhengke
parents 2c1b3c18 2846ecf9
......@@ -15,6 +15,7 @@
<div class="query-box">
<ul>
<li>
<input type="button" class="hollowFixedBtn" @click="GoToTemplatepage()" value="返回列表" />
<input type="button" class="normalBtn" @click="outerVisible=true,clearMsg()" value="添加模板" />
</li>
</ul>
......@@ -186,6 +187,16 @@
err => {}
);
},
//跳转到模板管理页面
GoToTemplatepage() {
this.$router.push({
name: "WebSiteTemplate",
query: {
blank: 'y',
tab: '模板管理'
}
});
}
}
}
......
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