Commit 4835f7ab authored by caimeng's avatar caimeng

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

parent 95b1f164
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
//window.APIHOST = "http://192.168.0.50:8202"; //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"; //window.APIHOST = "https://drwater.dingrongxd.com";
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<div slot="footer"> <div slot="footer">
<el-button size="small" @click="handleClose">取 消</el-button> <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> </div>
</el-dialog> </el-dialog>
</template> </template>
...@@ -185,8 +185,8 @@ export default { ...@@ -185,8 +185,8 @@ export default {
mounted() { mounted() {
this.client = new OSS({ this.client = new OSS({
region: 'oss-cn-hangzhou', region: 'oss-cn-hangzhou',
accessKeyId: 'LTAI4Fkgm8PgTAhfbo6pMHxh', accessKeyId: 'LTAI4Fp8aDaS8sHXV76gWPVJ',
accessKeySecret: 'miTfY8FDNdnqWYUB23ub0IMfGIJ1yZ', accessKeySecret: 'muNvYl9ydZqCp8we6c6WO3pLa0jRt5',
bucket: 'w-loan-static' bucket: 'w-loan-static'
}); });
}, },
...@@ -205,7 +205,7 @@ export default { ...@@ -205,7 +205,7 @@ export default {
console.log(res, '返回结果'); console.log(res, '返回结果');
const fileList = that.fileList; 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}; const o = {name: res.name, url: imgSrc};
fileList.push(o); fileList.push(o);
...@@ -218,6 +218,7 @@ export default { ...@@ -218,6 +218,7 @@ export default {
}, },
handleRemove(file, fileList) { handleRemove(file, fileList) {
console.log(file, fileList); console.log(file, fileList);
this.fileList = fileList;
}, },
handlePreview(file) { handlePreview(file) {
console.log(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