ソースを参照

api<feat>:修改接口路径

YaolongHan 4 年 前
コミット
a74bcb0007
2 ファイル変更8 行追加8 行削除
  1. 6 6
      src/api/editer.ts
  2. 2 2
      vue.config.js

+ 6 - 6
src/api/editer.ts

@@ -19,20 +19,20 @@ export function readPubGroup(postParams: any): any {
 
 //查询楼层
 export function buildiFloor(postParams: any): any {
-    return httputils.postJson(`/equip-componnet/labsl/building/floor`, postParams)
+    return httputils.postJson(`/equip-componnet2/labsl/building/floor`, postParams)
 }
 // 查询设备类型
 export function readCategory(postParams: any): any {
-    return httputils.postJson(`/equip-componnet/labsl/category`, postParams)
+    return httputils.postJson(`/equip-componnet2/labsl/category`, postParams)
 }
 
 // 查询设备
 export function queryEquip(postParams: any): any {
-    return httputils.postJson(`/equip-componnet/labsl/query/equip`, postParams)
+    return httputils.postJson(`/equip-componnet2/labsl/query/equip`, postParams)
 }
 // 根据设备 id 查询设备对应的专业 /labsl/major/category
 export function queryCategory(postParams: any): any {
-    return httputils.postJson(`/equip-componnet/labsl/major/category`, postParams)
+    return httputils.postJson(`/equip-componnet2/labsl/major/category`, postParams)
 }
 // 查询设备图例图片
 export function queryLegend(postParams: any): any {
@@ -40,11 +40,11 @@ export function queryLegend(postParams: any): any {
 }
 // 查询设备的所有信息点数组
 export function queryDict(postParams: any): any {
-    return httputils.postJson(`/datacenter/dict/query`, postParams)
+    return httputils.postJson(`/datacenter2/dict/query`, postParams)
 }
 // 查询设备某个信息点详情的值 --- (用于点击图中信息点调用)
 export function queryEquipMsg(postParams: any): any {
-    return httputils.postJson(`/datacenter/object/equip/query`, postParams)
+    return httputils.postJson(`/datacenter2/object/equip/query`, postParams)
 }
 //  管道列表的获取
 export function queryPipeline(postParams: any): any {

+ 2 - 2
vue.config.js

@@ -16,12 +16,12 @@ module.exports = {
                 changeOrigin: true,
                 secure: false,
             },
-            '/datacenter': {
+            '/datacenter2': {
                 target: 'http://60.205.177.43:8080',
                 changeOrigin: true,
                 secure: false,
             },
-            '/equip-componnet': {
+            '/equip-componnet2': {
                 target: 'http://60.205.177.43:8080',
                 changeOrigin: true,
                 secure: false,