新版交易所前段管理后台
1
admin
2026-02-04 229f760165072ef03699584c9bb2f5c07291c26d
1
4 files modified
19 ■■■■■ changed files
.env.development 4 ●●●● patch | view | raw | blame | history
.env.production 4 ●●●● patch | view | raw | blame | history
src/views/modules/config/news-add-or-update.vue 8 ●●●●● patch | view | raw | blame | history
src/views/modules/user/mang-fix-update-message.vue 3 ●●●●● patch | view | raw | blame | history
.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/'
.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/'
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: {
src/views/modules/user/mang-fix-update-message.vue
@@ -151,6 +151,9 @@
        {
          value: "usdcusdt",
          label: "usdcusdt",
        },{
          value: "clkusdt",
          label: "clkusdt",
        },
      ],
      dataRule: {