mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-30 20:16:35 +08:00
⬆ chore: version
This commit is contained in:
parent
5c9d037fe6
commit
125fbbed12
@ -14,6 +14,9 @@
|
|||||||
<el-dropdown-item command="gitee" divided>码云地址</el-dropdown-item>
|
<el-dropdown-item command="gitee" divided>码云地址</el-dropdown-item>
|
||||||
<el-dropdown-item command="pro" divided>pro付费版地址</el-dropdown-item>
|
<el-dropdown-item command="pro" divided>pro付费版地址</el-dropdown-item>
|
||||||
<el-dropdown-item command="plus" divided>plus付费版地址</el-dropdown-item>
|
<el-dropdown-item command="plus" divided>plus付费版地址</el-dropdown-item>
|
||||||
|
<el-dropdown-item command="shop" divided>
|
||||||
|
shop-vite付费版地址
|
||||||
|
</el-dropdown-item>
|
||||||
<el-dropdown-item command="logout" divided>退出登录</el-dropdown-item>
|
<el-dropdown-item command="logout" divided>退出登录</el-dropdown-item>
|
||||||
</el-dropdown-menu>
|
</el-dropdown-menu>
|
||||||
</el-dropdown>
|
</el-dropdown>
|
||||||
@ -41,10 +44,10 @@
|
|||||||
this.personalCenter()
|
this.personalCenter()
|
||||||
break
|
break
|
||||||
case 'github':
|
case 'github':
|
||||||
window.open('https://github.com/chuzhixin/vue-admin-beautiful')
|
window.open('https://github.com/chuzhixin/vue-admin-better')
|
||||||
break
|
break
|
||||||
case 'gitee':
|
case 'gitee':
|
||||||
window.open('https://gitee.com/chu1204505056/vue-admin-beautiful')
|
window.open('https://gitee.com/chu1204505056/vue-admin-better')
|
||||||
break
|
break
|
||||||
case 'pro':
|
case 'pro':
|
||||||
window.open(
|
window.open(
|
||||||
@ -55,6 +58,10 @@
|
|||||||
window.open(
|
window.open(
|
||||||
'https://vue-admin-beautiful.com/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
|
'https://vue-admin-beautiful.com/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
|
||||||
)
|
)
|
||||||
|
case 'shop':
|
||||||
|
window.open(
|
||||||
|
'https://vue-admin-beautiful.com/shop-vite/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
|
||||||
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
personalCenter() {
|
personalCenter() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user