Browse Source

adm:fix:删除无用工具

haojianlong 4 years ago
parent
commit
d50fcc1a58

+ 0 - 1
package.json

@@ -23,7 +23,6 @@
     "@saga-web/cad-engine": "2.0.574",
     "@saga-web/draw": "2.1.110",
     "@saga-web/graph": "2.1.131",
-    "@saga-web/topology": "1.0.85",
     "axios": "^0.18.0",
     "echarts": "^4.1.0",
     "el-cascader-multi": "^1.1.8",

+ 0 - 14
src/api/topo/index.js

@@ -1,14 +0,0 @@
-import httputils from '@/api/scan/httpUtil'
-const baseUrl = '/api';
-
-// 创建拓扑图
-export function topoCreate(param, success) {
-  let url = `${baseUrl}/datacenter2/topo/create`;
-  httputils.postJson(url, param, success)
-}
-
-// 查询拓扑图
-export function topoQuery(param, success) {
-  let url = `${baseUrl}/datacenter2/topo/query?type=${param.type}`;
-  httputils.postJson(url, param.data||{}, success)
-}

+ 0 - 2
src/router/system.js

@@ -91,7 +91,6 @@ import integrateResults from '@/views/screen/splitScreen/integrateresults'
 import dataUtil from '@/views/business_space/dataUtil/index'
 import dataUtil2 from '@/views/business_space/dataUtil/index2'
 import checkJsonUtil from '@/views/business_space/dataUtil/checkJsonUtil'
-import topology from '@/views/business_space/dataUtil/topology'
 
 /**市场及商务 */
 const OwnerManage = () =>
@@ -123,7 +122,6 @@ export default [{
       {path: 'index', component: dataUtil},
       {path: 'index2', component: dataUtil2},
       {path: 'checkJsonUtil', component: checkJsonUtil},
-      {path: 'topology', component: topology},
     ]
   },
   // 辅助屏

BIN
src/views/business_space/dataUtil/1.jpg


BIN
src/views/business_space/dataUtil/2.jpg


BIN
src/views/business_space/dataUtil/3.jpg


File diff suppressed because it is too large
+ 0 - 386
src/views/business_space/dataUtil/topology.vue