|
|
@@ -2,7 +2,7 @@
|
|
|
* @Author: tengmingxue 1473375109@qq.com
|
|
|
* @Date: 2023-09-13 10:06:22
|
|
|
* @LastEditors: tengmingxue 1473375109@qq.com
|
|
|
- * @LastEditTime: 2024-01-26 16:20:09
|
|
|
+ * @LastEditTime: 2024-02-23 17:10:32
|
|
|
* @FilePath: \xld-gis-admin\src\views\dashboard\workbench\component\TopCardStatistic.vue
|
|
|
* @Description: 统计卡片
|
|
|
-->
|
|
|
@@ -36,7 +36,7 @@
|
|
|
</template>
|
|
|
<script lang="ts">
|
|
|
import { defineComponent, onMounted, toRefs, onUnmounted, nextTick, reactive } from 'vue';
|
|
|
-import { queryApiUseCountMouths } from '/@/api/interface/interface';
|
|
|
+import { queryApiUseCountMouths,querySupportApp,querySourceAccess } from '/@/api/interface/interface';
|
|
|
import {list} from '/@/api/authorize/authorize';
|
|
|
import {GetIServerRequestCount} from '/@/api/dashboard/index';
|
|
|
|
|
|
@@ -82,15 +82,15 @@ export default defineComponent({
|
|
|
data.analysisProject = analysisProject;
|
|
|
data.supportNum = supportNum;
|
|
|
|
|
|
- //(2)查询支撑应用
|
|
|
- const res2 = await querySupportApp() as any
|
|
|
- if(res2) {
|
|
|
- //支撑数据
|
|
|
- }
|
|
|
+ // //(2)查询支撑应用
|
|
|
+ // const res2 = await querySupportApp() as any
|
|
|
+ // if(res2) {
|
|
|
+ // //支撑数据
|
|
|
+ // }
|
|
|
|
|
|
- //(3)查询资源访问
|
|
|
- const res3 = await querySourceAccess({}) as any
|
|
|
- if(res3 && res3.resp_cod === 0){}
|
|
|
+ // //(3)查询资源访问
|
|
|
+ // const res3 = await querySourceAccess({}) as any
|
|
|
+ // if(res3 && res3.resp_cod === 0){}
|
|
|
|
|
|
};
|
|
|
|