Commit b2c2043c authored by caimeng's avatar caimeng

协议签署的H5地址修复

parent faa5c42d
NODE_ENV=prod
VUE_APP_SIGN_URL=https://sign.taimedias.com/index.html
VUE_APP_API=https://water.jqtianxia.com
......@@ -28,7 +28,7 @@ let client = new OSS({
async function put(file, filePath) {
try {
let r1 = await client.put(file, filePath);
console.log("当前进度: %j", r1);
console.log("当前进度: %j", r1.url);
} catch (e) {
console.error("上传文件报错", e);
}
......
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