Add 支付宝小程序设置
This commit is contained in:
parent
916aaa94e8
commit
79b376a548
|
@ -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' }
|
||||
},
|
||||
{
|
||||
|
|
|
@ -111,7 +111,7 @@ export default {
|
|||
this.$nextTick(() => {
|
||||
this.$refs['addEditPopForm'].clearValidate()
|
||||
})
|
||||
}
|
||||
},
|
||||
handleCreateSave(){
|
||||
this.$refs['addEditPopForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
|
|
Loading…
Reference in New Issue