Commit f1590c89 authored by 沈良进's avatar 沈良进

页面修改

parent 78ac7e93
...@@ -130,7 +130,6 @@ ...@@ -130,7 +130,6 @@
!this.getLocalStorage() && !this.getLocalStorage() &&
document.URL.indexOf("SupplierLogin") == -1 && document.URL.indexOf("SupplierLogin") == -1 &&
document.URL.indexOf("clientConfirm") == -1 && document.URL.indexOf("clientConfirm") == -1 &&
document.URL.indexOf("clientProtocol") == -1 &&
document.URL.indexOf("TravelContractConfirm") == -1 && document.URL.indexOf("TravelContractConfirm") == -1 &&
document.URL.indexOf("ViittoContractConfirm") == -1 document.URL.indexOf("ViittoContractConfirm") == -1
) { ) {
...@@ -140,7 +139,6 @@ ...@@ -140,7 +139,6 @@
} else { } else {
if ( if (
document.URL.indexOf("clientConfirm") != -1 || document.URL.indexOf("clientConfirm") != -1 ||
document.URL.indexOf("clientProtocol") != -1 ||
document.URL.indexOf("TravelContractConfirm") != -1 || document.URL.indexOf("TravelContractConfirm") != -1 ||
document.URL.indexOf("ViittoContractConfirm") != -1 document.URL.indexOf("ViittoContractConfirm") != -1
) { ) {
...@@ -190,12 +188,6 @@ ...@@ -190,12 +188,6 @@
this.MsgBus.$on("changeTheme", t => { this.MsgBus.$on("changeTheme", t => {
this.isRed = t == 1; this.isRed = t == 1;
}); });
},
watch: {
'$route': function (old, val) {
console.log("old", old);
console.log("val", val);
}
} }
}; };
...@@ -358,7 +350,6 @@ ...@@ -358,7 +350,6 @@
.c059FF6 { .c059FF6 {
color: #059ff6; color: #059ff6;
} }
.c9e { .c9e {
color: #9e9e9e; color: #9e9e9e;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment