|
@@ -28,7 +28,7 @@
|
|
</van-col>
|
|
</van-col>
|
|
<van-col span="6">
|
|
<van-col span="6">
|
|
<div class="user-bar-icon-box">
|
|
<div class="user-bar-icon-box">
|
|
- <svg-icon class="user-bar-icon" name="bar-url"/>
|
|
|
|
|
|
+ <svg-icon class="user-bar-icon" name="bar-url" @click="goToaPage('download')"/>
|
|
<span class="user-info-text">下载链接</span>
|
|
<span class="user-info-text">下载链接</span>
|
|
</div>
|
|
</div>
|
|
</van-col>
|
|
</van-col>
|
|
@@ -74,7 +74,7 @@ const vanListConfig = [
|
|
// { title: '帮助中心', icon:"help", url: '/' },
|
|
// { title: '帮助中心', icon:"help", url: '/' },
|
|
{ title: $t('router.AboutUs'), icon:"me", url: 'aboutUs' },
|
|
{ title: $t('router.AboutUs'), icon:"me", url: 'aboutUs' },
|
|
{ title: '系统设置', icon:"set", url: 'systemSettings' },
|
|
{ title: '系统设置', icon:"set", url: 'systemSettings' },
|
|
- { title: '管理员设置', icon:"admin-set", url: '/' },
|
|
|
|
|
|
+ { title: '管理员设置', icon:"admin-set", url: 'administratorSettings' },
|
|
]
|
|
]
|
|
const evGoPath = (path)=>{
|
|
const evGoPath = (path)=>{
|
|
router.push(path)
|
|
router.push(path)
|