|
@@ -14,7 +14,7 @@
|
|
|
<span>{{ route.meta.title }}</span>
|
|
|
</router-link>
|
|
|
<!-- <a
|
|
|
- :href="'https://wx.ewoogi.com/manage/#/'"
|
|
|
+ :href="'http://101.133.214.75:13201/backStage'"
|
|
|
class="router-left router_left1"
|
|
|
>后台管理</a
|
|
|
> -->
|
|
@@ -145,6 +145,15 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
goAdmin(){
|
|
|
+
|
|
|
+ if (window.location.host.indexOf("localhost") != -1) {
|
|
|
+
|
|
|
+ window.location.href = 'http://localhost:10000'
|
|
|
+ } else {
|
|
|
+ window.location.href = 'http://101.133.214.75:13201/backStage'
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
ElMessage.warning('开发中....');
|
|
|
|
|
|
},
|