Authored by ww

去掉console

@@ -94,7 +94,7 @@ export default { @@ -94,7 +94,7 @@ export default {
94 link.setAttribute("type", "text/css"); 94 link.setAttribute("type", "text/css");
95 link.setAttribute("href", `/mj/public/css/sub-sys/aj-web-${theme}.css`); 95 link.setAttribute("href", `/mj/public/css/sub-sys/aj-web-${theme}.css`);
96 document.body.insertBefore(link, document.body.firstChild); 96 document.body.insertBefore(link, document.body.firstChild);
97 - console.log('getParams ==>',getParams()); 97 +
98 }, 98 },
99 reload() { 99 reload() {
100 this.isRouterAlive = false; 100 this.isRouterAlive = false;
@@ -804,7 +804,7 @@ export default { @@ -804,7 +804,7 @@ export default {
804 }, 804 },
805 805
806 handleClick(tab, event) { 806 handleClick(tab, event) {
807 - console.log(tab, event); 807 +
808 }, 808 },
809 809
810 reportDialogOpen(){ 810 reportDialogOpen(){
@@ -63,7 +63,7 @@ export default { @@ -63,7 +63,7 @@ export default {
63 }, 63 },
64 computed: { 64 computed: {
65 styleObj() { 65 styleObj() {
66 - console.log(this.optionsSetUp); 66 +
67 const allStyle = this.optionsPosition; 67 const allStyle = this.optionsPosition;
68 return { 68 return {
69 position: this.ispreview ? "absolute" : "static", 69 position: this.ispreview ? "absolute" : "static",