修改oss地址
This commit is contained in:
parent
296a8032de
commit
68ea7e40de
|
|
@ -70,7 +70,7 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.url = fileRes.replace(
|
this.url = fileRes.replace(
|
||||||
"https://sy-duanju.oss-cn-nanjing.aliyuncs.com/",
|
"https://sy-duanju.oss-cn-chengdu.aliyuncs.com/",
|
||||||
"https://short-video.hnsiyao.cn/"
|
"https://short-video.hnsiyao.cn/"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ export const productUrl='dj-admin';
|
||||||
// const baseUrl = "https://api.tianjinzhitongdaohe.com/czg/"
|
// const baseUrl = "https://api.tianjinzhitongdaohe.com/czg/"
|
||||||
|
|
||||||
// const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试
|
// const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试
|
||||||
// const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上
|
const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上
|
||||||
const baseUrl = "https://ph.hnsiyao.cn/czg/" // 线上
|
// const baseUrl = "https://ph.hnsiyao.cn/czg/" // 线上
|
||||||
|
|
||||||
export default{
|
export default{
|
||||||
baseUrl
|
baseUrl
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
<!-- <el-form-item
|
<!-- <el-form-item
|
||||||
label="统一地址:"
|
label="统一地址:"
|
||||||
:label-width="formLabelWidth"
|
:label-width="formLabelWidth"
|
||||||
|
|
||||||
>
|
>
|
||||||
<el-input v-model="formupgrad.wgtUrl" style="width: 65%"></el-input>
|
<el-input v-model="formupgrad.wgtUrl" style="width: 65%"></el-input>
|
||||||
</el-form-item> -->
|
</el-form-item> -->
|
||||||
|
|
@ -345,7 +345,7 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return fileRes.replace(
|
return fileRes.replace(
|
||||||
"https://sy-duanju.oss-cn-nanjing.aliyuncs.com/",
|
"https://sy-duanju.oss-cn-chengdu.aliyuncs.com/",
|
||||||
"https://short-video.hnsiyao.cn/"
|
"https://short-video.hnsiyao.cn/"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1410,7 +1410,7 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.url = fileRes.replace(
|
this.url = fileRes.replace(
|
||||||
"https://sy-duanju.oss-cn-nanjing.aliyuncs.com/",
|
"https://sy-duanju.oss-cn-chengdu.aliyuncs.com/",
|
||||||
"https://short-video.hnsiyao.cn/"
|
"https://short-video.hnsiyao.cn/"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue