| | |
| | | # 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/' |
| | |
| | | # 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/' |
| | | |
| | | |
| | |
| | | </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"> |
| | |
| | | dialogVisible: false, |
| | | dialogImageUrl: "", |
| | | tempKey: -666666, // 临时key, 用于解决tree半选中状态项不能传给后台接口问题. # 待优化 |
| | | editorOption: { |
| | | placeholder: '请输入内容', |
| | | theme: 'snow' |
| | | } |
| | | }; |
| | | }, |
| | | methods: { |
| | |
| | | { |
| | | value: "usdcusdt", |
| | | label: "usdcusdt", |
| | | },{ |
| | | value: "clkusdt", |
| | | label: "clkusdt", |
| | | }, |
| | | ], |
| | | dataRule: { |