Authored by ww

去掉console

... ... @@ -94,7 +94,7 @@ export default {
link.setAttribute("type", "text/css");
link.setAttribute("href", `/mj/public/css/sub-sys/aj-web-${theme}.css`);
document.body.insertBefore(link, document.body.firstChild);
console.log('getParams ==>',getParams());
},
reload() {
this.isRouterAlive = false;
... ...
... ... @@ -804,7 +804,7 @@ export default {
},
handleClick(tab, event) {
console.log(tab, event);
},
reportDialogOpen(){
... ...
... ... @@ -63,7 +63,7 @@ export default {
},
computed: {
styleObj() {
console.log(this.optionsSetUp);
const allStyle = this.optionsPosition;
return {
position: this.ispreview ? "absolute" : "static",
... ...