Compare commits
No commits in common. "9aeaf5109a36107b47b77068942f797c7a0176c4" and "21e237af8042540d55d533daa7b1698671b8880b" have entirely different histories.
9aeaf5109a
...
21e237af80
@ -219,10 +219,6 @@ 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: {
|
||||||
@ -232,10 +228,6 @@ 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