Commit 64721661 authored by Damon's avatar Damon

refactor: 显示学习视频

parent b11e6fb5
...@@ -525,12 +525,10 @@ export default { ...@@ -525,12 +525,10 @@ export default {
.getVersionInfo(version) .getVersionInfo(version)
.then((res) => { .then((res) => {
let data = res.data; let data = res.data;
that.tabs = that.tabs2; if (data.hasOwnProperty("is_audit") && data.is_audit == 0) {
that.version = false; that.tabs = that.tabs2;
// if (data.hasOwnProperty("is_audit") && data.is_audit == 0) { that.version = false;
// that.tabs = that.tabs2; }
// that.version = false;
// }
}) })
.catch((err) => {}); .catch((err) => {});
}, },
......
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