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/backblask/BackblastArticle.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/backblask/BackblastArticle.vue b/src/views/backblask/BackblastArticle.vue
index 60b7560..6e5c9e9 100644
--- a/src/views/backblask/BackblastArticle.vue
+++ b/src/views/backblask/BackblastArticle.vue
@@ -50,7 +50,7 @@
     add,
     getNotice,
     upcomment
-  } from "@/api/article/article"
+  } from "@/ssoapi/article/article"
 
   import website from '@/config/website'
   import deitDiscussion from "./components/deitDiscussion"
@@ -133,7 +133,7 @@
               tags: true,
               type: "tree",
               multiple: true,
-              dicUrl:"/api/blade-district/district/getDistrictTree?filterFlag=1",
+              dicUrl:"/ssoapi/blade-district/district/getDistrictTree?filterFlag=1",
               dataType:"string",
               rules: [{
                 required: true,
@@ -153,7 +153,7 @@
               // align:'center',
               type: "upload",
               listType: "picture-img",
-              action: "/api/blade-resource/oss/endpoint/put-file",
+              action: "/ssoapi/blade-resource/oss/endpoint/put-file",
               propsHttp: {
                 res: "data",
                 url: "link",
@@ -170,7 +170,7 @@
             //   viewDisplay: true,
             //   searchSpan: 4,
             //   checkStrictly: true,
-            //   dicUrl: "/api/blade-system/dict-biz/dictionary?code=investigateType",
+            //   dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=investigateType",
             //   props: {
             //     label: "dictValue",
             //     value: "dictKey",
@@ -261,7 +261,7 @@
               hide: true,
               span: 24,
               listType: "picture-img",
-              action: "/api/depl/put-depl",
+              action: "/ssoapi/depl/put-depl",
               propsHttp: {
                 url: "data",
               },
@@ -271,7 +271,7 @@
               prop: "content",
               component: "AvueUeditor",
               options: {
-                action: "/api/blade-resource/oss/endpoint/put-file",
+                action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                 // customConfig: {
                 //   lineHeights: ['1', '1.15', '1.6', '2', '2.5', '3']
                 // },//wangEditor编辑的配置

--
Gitblit v1.9.3