Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-front/commit/597f879758816d34b52956cbdc4ba8125fc4b507?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

审核提交修改

dev
dsh 12 months ago
parent c1906e73d0
commit 597f879758

@ -159,6 +159,7 @@ export default {
fileId:response.data.fileId, fileId:response.data.fileId,
fileCode:response.data.fileCode, fileCode:response.data.fileCode,
}); });
this.$modal.msgSuccess("上传文件成功");
} }
}; };
}, },

Loading…
Cancel
Save