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/place/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/place/index.vue b/src/views/place/index.vue
index 60db9df..07b7732 100644
--- a/src/views/place/index.vue
+++ b/src/views/place/index.vue
@@ -72,7 +72,7 @@
update,
add,
getPlace,
-} from "@/api/place/place"
+} from "@/ssoapi/place/place"
import {
mapGetters
@@ -225,7 +225,7 @@
search: false,
width: 150,
type: "tree",
- dicUrl: "/api/blade-system/region/tree",
+ dicUrl: "/ssoapi/blade-system/region/tree",
props: {
label: "name",
value: "id",
@@ -266,7 +266,7 @@
value: "gridCode",
},
dicUrl:
- "/api/blade-grid/grid/getGridList?communityCode={{neiCode}}",
+ "/ssoapi/blade-grid/grid/getGridList?communityCode={{neiCode}}",
rules: [
{
required: true,
@@ -280,7 +280,7 @@
label: "场所标签",
prop: "label",
type: "select",
- dicUrl: "/api/blade-category/category/getCategory?level=2",
+ dicUrl: "/ssoapi/blade-category/category/getCategory?level=2",
cascader: ["smallLabel"],
props: {
label: "categoryName",
@@ -300,7 +300,7 @@
labelWidth: 20,
prop: "smallLabel",
type: "select",
- dicUrl: "/api/blade-category/category/getCategory?parentNo={{label}}",
+ dicUrl: "/ssoapi/blade-category/category/getCategory?parentNo={{label}}",
props: {
label: "categoryName",
value: "categoryNo"
@@ -361,7 +361,7 @@
prop: "nineType",
type: "select",
display: false,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=nineType",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=nineType",
dataType: "number",
hide: true,
props: {
@@ -400,7 +400,7 @@
type: "select",
display: false,
row: true,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=frontType",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=frontType",
dataType: "number",
hide: true,
props: {
@@ -438,7 +438,7 @@
listType: "picture-card",
dataType: "string",
multiple: true,
- action: "/api/blade-resource/oss/endpoint/put-file",
+ action: "/ssoapi/blade-resource/oss/endpoint/put-file",
propsHttp: {
res: "data",
name: 'name',
--
Gitblit v1.9.3