Browse Source

接口更改,图服务地址更改

YaolongHan 4 years ago
parent
commit
8f1d438e6d
2 changed files with 6 additions and 6 deletions
  1. 4 4
      src/api/editer.ts
  2. 2 2
      vue.config.js

+ 4 - 4
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-component/labsl/building/floor`, postParams)
 }
 // 查询设备类型
 export function readCategory(postParams: any): any {
-    return httputils.postJson(`/equip-componnet/labsl/category`, postParams)
+    return httputils.postJson(`/equip-component/labsl/category`, postParams)
 }
 
 // 查询设备
 export function queryEquip(postParams: any): any {
-    return httputils.postJson(`/equip-componnet/labsl/query/equip`, postParams)
+    return httputils.postJson(`/equip-component/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-component/labsl/major/category`, postParams)
 }
 // 查询设备图例图片
 export function queryLegend(postParams: any): any {

+ 2 - 2
vue.config.js

@@ -21,14 +21,14 @@ module.exports = {
                 changeOrigin: true,
                 secure: false,
             },
-            '/equip-componnet': {
+            '/equip-component': {
                 target: 'http://39.102.40.239:8080',
                 changeOrigin: true,
                 secure: false,
             },
             // 图片服务器
             '/image-service': {
-                target: 'http://adm.sagacloud.cn',
+                target: 'http://api.sagacloud.cn/dp-auxiliary',
                 changeOrigin: true,
                 secure: false,
             },