cyy 2 лет назад
Родитель
Сommit
72191eae6e
2 измененных файлов с 8 добавлено и 1 удалено
  1. 7 0
      .vscode/settings.json
  2. 1 1
      src/views/system/dashboard/components/util.js

+ 7 - 0
.vscode/settings.json

@@ -0,0 +1,7 @@
+{
+    "workbench.colorCustomizations": {
+        "activityBar.background": "#3C2154",
+        "titleBar.activeBackground": "#542E76",
+        "titleBar.activeForeground": "#FDFCFE"
+    }
+}

+ 1 - 1
src/views/system/dashboard/components/util.js

@@ -190,7 +190,7 @@ export function buildComponent (name, column, preview, vm) {
                             arr.forEach((item,i)=>{
                                 if(item.userId==""){
                                     item.urlAddr = BASE_API().slice(0,-4) + '#' +item.urlAddr
-                                    console.log(item.urlAddr,'item.urlAddr')
+                                    // console.log(item.urlAddr,'item.urlAddr')
                                 }
                             })