luzhenxing 3 months ago
parent
commit
66e1cbfee9
2 changed files with 2 additions and 3 deletions
  1. 2 2
      .env.development
  2. 0 1
      src/views/dashboard/workbench/index.vue

+ 2 - 2
.env.development

@@ -12,9 +12,9 @@ VITE_DROP_CONSOLE = false
 # vite 本地跨域代理
 # VITE_PROXY=[["/fms-api","https://wxadminapi.gkscrm.com"]]
 # Basic interface address SPA
-VITE_GLOB_API_URL=https://wxadminapi.gkscrm.com
+VITE_GLOB_API_URL=https://wxadminapi-debug.gkscrm.com
 # File upload address, optional
-VITE_GLOB_UPLOAD_URL=https://wxadminapi.gkscrm.com
+VITE_GLOB_UPLOAD_URL=https://wxadminapi-debug.gkscrm.com
 # VITE_GLOB_API_URL=
 # VITE_GLOB_API_URL=/sys-api
 

+ 0 - 1
src/views/dashboard/workbench/index.vue

@@ -57,7 +57,6 @@ import ChartsAreaLine from './components/ChartsAreaLine.vue';
 import ChartsLine from './components/ChartsLine.vue';
 import ChartsPie from './components/ChartsPie.vue';
 import TableList from './components/TableList.vue';
-import { object } from 'vue-types';
 
 const label = ref<string>('')
 const val = ref<string>('')