Merge pull request 'updata' (#109) from main into prod
Reviewed-on: #109
This commit is contained in:
commit
9aeaf5109a
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user