From 79b376a548a53b627526bd4661ed874a30a464fd Mon Sep 17 00:00:00 2001 From: Achen Date: Thu, 24 May 2018 11:30:43 +0800 Subject: [PATCH] =?UTF-8?q?Add=20=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 +++--- src/views/centerUserAliappKey/list.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 716c02b7..d7f7d11f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -174,12 +174,12 @@ export const constantRouterMap = [ name: '支付宝小程序', path: '/user', component: Layout, - redirect: '/user/centerUserAliappKey/info', + redirect: '/user/centerUserAliappKey/list', meta: { title: '支付宝小程序', icon: 'alipaySR' }, children: [{ name: 'Appid配置', - path: 'centerUserAliappKey/info', - component: () => import('@/views/centerUserAliappKey/info'), + path: 'centerUserAliappKey/list', + component: () => import('@/views/centerUserAliappKey/list'), meta: { title: 'Appid配置', icon: 'alipaySR' } }, { diff --git a/src/views/centerUserAliappKey/list.vue b/src/views/centerUserAliappKey/list.vue index 8adeb9d5..dc47a9b8 100644 --- a/src/views/centerUserAliappKey/list.vue +++ b/src/views/centerUserAliappKey/list.vue @@ -111,7 +111,7 @@ export default { this.$nextTick(() => { this.$refs['addEditPopForm'].clearValidate() }) - } + }, handleCreateSave(){ this.$refs['addEditPopForm'].validate((valid) => { if (valid) {