Commit f50e135f by 潘建波

【NEW】导入导出功能

【NEW】详情加视频播放功能
【BUG】添加视频源提示取消后不能回选
1 parent 147527b4
No preview for this file type
{"commit":"e027c3792443d9a0b2edf96e71ba985bc50bed6b","commitDate":"2020-7-21 14:31","buildDate":"2020-7-23 16:1","version":"2.0.6","info":"feat✨ video播放按钮移植到详情页"}
\ No newline at end of file \ No newline at end of file
{"commit":"147527b465f70b1c96a69fc30e9f85f15703fade","commitDate":"2020-7-23 18:26","buildDate":"2020-7-23 18:32","version":"2.0.6","info":"数据备份功能"}
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,7 @@ console.log(process.env.NODE_ENV); ...@@ -4,7 +4,7 @@ console.log(process.env.NODE_ENV);
switch (process.env.NODE_ENV) { switch (process.env.NODE_ENV) {
case "development": case "development":
// baseUrl = "http://192.168.9.234:20080"; // 测试环境url // baseUrl = "http://192.168.9.234:20080"; // 测试环境url
baseUrl = "http://192.168.9.233:20080"; // 测试环境url baseUrl = "http://192.168.9.62:20080"; // 测试环境url
// baseUrl = "http://192.168.9.82:8080"; // 测试环境url // baseUrl = "http://192.168.9.82:8080"; // 测试环境url
// baseUrl = "http://192.168.9.61:8086"; // baseUrl = "http://192.168.9.61:8086";
// baseUrl = 'http://vion-panda.51vip.biz:52510'; // baseUrl = 'http://vion-panda.51vip.biz:52510';
......
...@@ -207,7 +207,7 @@ export default { ...@@ -207,7 +207,7 @@ export default {
type: "success", type: "success",
message: "上传成功!" message: "上传成功!"
}); });
this.selectFilename = file.name; this.selectFilename = "";
this.file = null; this.file = null;
}, },
onerrorback() { onerrorback() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!