Add 支付宝小程序设置
This commit is contained in:
parent
916aaa94e8
commit
79b376a548
|
@ -174,12 +174,12 @@ export const constantRouterMap = [
|
||||||
name: '支付宝小程序',
|
name: '支付宝小程序',
|
||||||
path: '/user',
|
path: '/user',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/user/centerUserAliappKey/info',
|
redirect: '/user/centerUserAliappKey/list',
|
||||||
meta: { title: '支付宝小程序', icon: 'alipaySR' },
|
meta: { title: '支付宝小程序', icon: 'alipaySR' },
|
||||||
children: [{
|
children: [{
|
||||||
name: 'Appid配置',
|
name: 'Appid配置',
|
||||||
path: 'centerUserAliappKey/info',
|
path: 'centerUserAliappKey/list',
|
||||||
component: () => import('@/views/centerUserAliappKey/info'),
|
component: () => import('@/views/centerUserAliappKey/list'),
|
||||||
meta: { title: 'Appid配置', icon: 'alipaySR' }
|
meta: { title: 'Appid配置', icon: 'alipaySR' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -111,7 +111,7 @@ export default {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs['addEditPopForm'].clearValidate()
|
this.$refs['addEditPopForm'].clearValidate()
|
||||||
})
|
})
|
||||||
}
|
},
|
||||||
handleCreateSave(){
|
handleCreateSave(){
|
||||||
this.$refs['addEditPopForm'].validate((valid) => {
|
this.$refs['addEditPopForm'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|
Loading…
Reference in New Issue