评论分页,我的证书

This commit is contained in:
liuye
2023-02-21 14:26:25 +08:00
parent e879ea68d8
commit 759640bca4
3 changed files with 136 additions and 47 deletions

View File

@@ -80,12 +80,12 @@ export default {
path: "./testList",
type: 'token'
},
// {
// icon: 'https://cdn.cunwuyun.cn/qujing/wdzs.png',
// label: "我的证书",
// path: "/mods/AppHometown/AppHometown",
// type: 'token'
// }
{
icon: 'https://cdn.cunwuyun.cn/qujing/wdzs.png',
label: "我的证书",
path: "./myCertificate",
type: 'token'
}
],
]
}
@@ -159,7 +159,7 @@ export default {
},
onShareAppMessage() {
return {
title: `欢迎使用数字平昌~`,
title: `欢迎使用法制曲靖~`,
path: `/pages/AppHome/AppHome`
}
},