⬆ chore: version

This commit is contained in:
淋雨的小丸子 2023-05-24 14:15:10 +08:00
parent 5c9d037fe6
commit 125fbbed12

View File

@ -14,6 +14,9 @@
<el-dropdown-item command="gitee" divided>码云地址</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="shop" divided>
shop-vite付费版地址
</el-dropdown-item>
<el-dropdown-item command="logout" divided>退出登录</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
@ -41,10 +44,10 @@
this.personalCenter()
break
case 'github':
window.open('https://github.com/chuzhixin/vue-admin-beautiful')
window.open('https://github.com/chuzhixin/vue-admin-better')
break
case 'gitee':
window.open('https://gitee.com/chu1204505056/vue-admin-beautiful')
window.open('https://gitee.com/chu1204505056/vue-admin-better')
break
case 'pro':
window.open(
@ -55,6 +58,10 @@
window.open(
'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() {