Commit bbed34f7 authored by 黄卓然's avatar 黄卓然

修改

parent eb36afc5
...@@ -17,9 +17,6 @@ export const list = [{ ...@@ -17,9 +17,6 @@ export const list = [{
}, { }, {
key: 'showLock', key: 'showLock',
commit: 'SET_SHOWLOCK' commit: 'SET_SHOWLOCK'
}, {
key: 'showPageAdd',
commit: 'SET_SHOWPAGEADD'
}, { }, {
key: 'showDebug', key: 'showDebug',
commit: 'SET_SHOWDEBUG' commit: 'SET_SHOWDEBUG'
......
...@@ -145,7 +145,7 @@ export default { ...@@ -145,7 +145,7 @@ export default {
this.$router.push({ this.$router.push({
path: this.$router.$avueRouter.getPath({ path: this.$router.$avueRouter.getPath({
name: "添加页面", name: "添加页面",
src: window.location.origin+"/wp-admin/post-new.php" src: window.location.origin+"/wp-admin/post-new.php?post_type=page"
}), }),
}) })
}, },
......
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