Commit 4835f7ab authored by caimeng's avatar caimeng

意见反馈编辑修改完毕提交

parent 95b1f164
......@@ -13,10 +13,10 @@
//window.APIHOST = "http://192.168.0.50:8202";
//测试
window.APIHOST = "http://47.99.245.36:8202";
// window.APIHOST = "http://47.99.245.36:8202";
//生产环境
// window.APIHOST = "https://water.jqtianxia.com";
window.APIHOST = "https://water.jqtianxia.com";
//鼎荣小贷
//window.APIHOST = "https://drwater.dingrongxd.com";
......
......@@ -63,7 +63,7 @@
<div slot="footer">
<el-button size="small" @click="handleClose">取 消</el-button>
<el-button size="small" icon="el-icon-plus" type="primary" @click="submitForm('ruleForm')">确 定</el-button>
<el-button size="small" type="primary" @click="submitForm('ruleForm')">提 交</el-button>
</div>
</el-dialog>
</template>
......@@ -185,8 +185,8 @@ export default {
mounted() {
this.client = new OSS({
region: 'oss-cn-hangzhou',
accessKeyId: 'LTAI4Fkgm8PgTAhfbo6pMHxh',
accessKeySecret: 'miTfY8FDNdnqWYUB23ub0IMfGIJ1yZ',
accessKeyId: 'LTAI4Fp8aDaS8sHXV76gWPVJ',
accessKeySecret: 'muNvYl9ydZqCp8we6c6WO3pLa0jRt5',
bucket: 'w-loan-static'
});
},
......@@ -205,7 +205,7 @@ export default {
console.log(res, '返回结果');
const fileList = that.fileList;
const imgSrc = `http://file.cloudsmake.com/${res.name}`;
const imgSrc = `https://file.jqtianxia.com/${res.name}`;
const o = {name: res.name, url: imgSrc};
fileList.push(o);
......@@ -218,6 +218,7 @@ export default {
},
handleRemove(file, fileList) {
console.log(file, fileList);
this.fileList = fileList;
},
handlePreview(file) {
console.log(file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment