|
|
@@ -86,11 +86,12 @@
|
|
|
}
|
|
|
},
|
|
|
enterModule: function (index) {
|
|
|
- if (this.user.logged) {
|
|
|
- window.location.href = this.serviceData[index].enterUrl
|
|
|
- } else {
|
|
|
- this.$router.push('/auth/login')
|
|
|
- }
|
|
|
+ window.location.href = this.serviceData[index].enterUrl
|
|
|
+// if (this.user.logged) {
|
|
|
+//
|
|
|
+// } else {
|
|
|
+// this.$router.push('/auth/login')
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
}
|