From b07a3a9dcb89f9785b7b001d2d26b167376d597e Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 11:43:49 +0800
Subject: [PATCH] 接口代理修改
---
src/views/cGovernance/taskECall.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/cGovernance/taskECall.vue b/src/views/cGovernance/taskECall.vue
index eb01943..a20f5b9 100644
--- a/src/views/cGovernance/taskECall.vue
+++ b/src/views/cGovernance/taskECall.vue
@@ -45,14 +45,14 @@
update,
add,
getECallEvent
- } from "@/api/task/eCall"
+ } from "@/ssoapi/task/eCall"
import {
add as circleAdd,
- } from "@/api/circle/circle"
+ } from "@/ssoapi/circle/circle"
import {
getList as getHouseList,
getDetatil as getHouseDetail
- } from "@/api/doorplateAddress/doorplateAddress.js"
+ } from "@/ssoapi/doorplateAddress/doorplateAddress.js"
import {
mapGetters
} from "vuex"
@@ -127,7 +127,7 @@
searchSpan: 4,
dataType: "number",
type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=eCallEventType",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=eCallEventType",
props: {
label: "dictValue",
value: "dictKey",
@@ -164,7 +164,7 @@
prop: "communityCode",
search: false,
type: "tree",
- dicUrl: "/api/blade-system/region/tree",
+ dicUrl: "/ssoapi/blade-system/region/tree",
props: {
label: "name",
value: "id",
@@ -348,7 +348,7 @@
dataType: "string",
multiple: true,
row: true,
- action: "/api/blade-resource/oss/endpoint/put-file-attach",
+ action: "/ssoapi/blade-resource/oss/endpoint/put-file-attach",
propsHttp: {
res: "data",
name: 'name',
--
Gitblit v1.9.3