This commit is contained in:
hrx 2026-05-23 15:36:56 +08:00
parent 5d51e1b516
commit de4d912646

View File

@ -219,6 +219,10 @@ export default Vue.extend({
},
methods: {
goTokenMarket() {
if (!this.loginState) {
this.$message.warning('请先登录哦~')
return
}
this.$router.push({
path: '/product',
query: {
@ -228,6 +232,10 @@ export default Vue.extend({
})
},
goCloudBase() {
if (!this.loginState) {
this.$message.warning('请先登录哦~')
return
}
this.$router.push({
path: '/product',
query: {