Commit 64721661 authored by Damon's avatar Damon

refactor: 显示学习视频

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