From 229f760165072ef03699584c9bb2f5c07291c26d Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 04 Feb 2026 15:05:32 +0800
Subject: [PATCH] 1

---
 .env.development                                   |    4 ++--
 src/views/modules/config/news-add-or-update.vue    |    8 +++++---
 src/views/modules/user/mang-fix-update-message.vue |    3 +++
 .env.production                                    |    4 ++--
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/.env.development b/.env.development
index a04325b..a02a3ee 100644
--- a/.env.development
+++ b/.env.development
@@ -4,8 +4,8 @@
 # api接口请求地址
 # VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com'
 # VUE_APP_BASE_API = 'http://192.168.10.7:8085'
-VUE_APP_BASE_API = 'https://jysapi.wecnsy.com'
+VUE_APP_BASE_API = 'https://jysapi.wecnsy.sbs'
  # VUE_APP_BASE_API = 'http://192.168.10.6:8086'
 
 # 静态资源文件url
-VUE_APP_RESOURCES_URL = 'https://jysimg.wecnsy.com/'
+VUE_APP_RESOURCES_URL = 'https://jysimg.wecnsy.sbs/'
diff --git a/.env.production b/.env.production
index 26c28c1..e48de96 100644
--- a/.env.production
+++ b/.env.production
@@ -5,10 +5,10 @@
 # VUE_APP_BASE_API = 'https://mini-admin.mall4j.com/apis'
 
 # VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com/aip'
-VUE_APP_BASE_API = 'https://jysapi.wecnsy.com'
+VUE_APP_BASE_API = 'https://jysapi.wecnsy.sbs'
 
 
 # 静态资源文件url   app端的前端打開下
-VUE_APP_RESOURCES_URL = 'https://jysimg.wecnsy.com/'
+VUE_APP_RESOURCES_URL = 'https://jysimg.wecnsy.sbs/'
 
 
diff --git a/src/views/modules/config/news-add-or-update.vue b/src/views/modules/config/news-add-or-update.vue
index 9471d91..cb71f55 100644
--- a/src/views/modules/config/news-add-or-update.vue
+++ b/src/views/modules/config/news-add-or-update.vue
@@ -86,9 +86,7 @@
         </el-date-picker>
       </el-form-item>
       <el-form-item label="内容" prop="content">
-        <el-input type="textarea" placeholder="请输入内容" v-model="dataForm.content" maxlength="500"
-          :autosize="{ minRows: 8, maxRows: 8 }" show-word-limit>
-        </el-input>
+        <quill-editor v-model="dataForm.content" :options="editorOption" />
       </el-form-item>
     </el-form>
     <span slot="footer" class="dialog-footer">
@@ -210,6 +208,10 @@
       dialogVisible: false,
       dialogImageUrl: "",
       tempKey: -666666, // 临时key, 用于解决tree半选中状态项不能传给后台接口问题. # 待优化
+      editorOption: {
+        placeholder: '请输入内容',
+        theme: 'snow'
+      }
     };
   },
   methods: {
diff --git a/src/views/modules/user/mang-fix-update-message.vue b/src/views/modules/user/mang-fix-update-message.vue
index be608b6..0a0e662 100644
--- a/src/views/modules/user/mang-fix-update-message.vue
+++ b/src/views/modules/user/mang-fix-update-message.vue
@@ -151,6 +151,9 @@
         {
           value: "usdcusdt",
           label: "usdcusdt",
+        },{
+          value: "clkusdt",
+          label: "clkusdt",
         },
       ],
       dataRule: {

--
Gitblit v1.9.3