updata #109
@ -219,6 +219,10 @@ export default Vue.extend({
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goTokenMarket() {
|
goTokenMarket() {
|
||||||
|
if (!this.loginState) {
|
||||||
|
this.$message.warning('请先登录哦~')
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/product',
|
path: '/product',
|
||||||
query: {
|
query: {
|
||||||
@ -228,6 +232,10 @@ export default Vue.extend({
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
goCloudBase() {
|
goCloudBase() {
|
||||||
|
if (!this.loginState) {
|
||||||
|
this.$message.warning('请先登录哦~')
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/product',
|
path: '/product',
|
||||||
query: {
|
query: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user