|
@@ -26,7 +26,7 @@ export default {
|
|
|
dateYear: null,
|
|
|
dateWeek: null,
|
|
|
weekday: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
|
|
|
- iframeUrl:"http://47.101.220.106:8013/"
|
|
|
+ // iframeUrl:"http://47.101.220.106:8013/"
|
|
|
};
|
|
|
},
|
|
|
filters: {
|
|
@@ -37,7 +37,7 @@ export default {
|
|
|
computed: {},
|
|
|
created() {},
|
|
|
mounted() {
|
|
|
- window.open('http://47.101.220.106:8013', '_blank');
|
|
|
+ // window.open('http://47.101.220.106:8013', '_blank');改到权限管理中配置
|
|
|
this.timeFn();
|
|
|
this.cancelLoading();
|
|
|
},
|