فهرست منبع

1、登录连接(zdxyz)只能看前两节

liyanbo 7 ماه پیش
والد
کامیت
edbe81ba5b
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      src/views/AIDevelop.vue

+ 8 - 8
src/views/AIDevelop.vue

@@ -334,14 +334,14 @@ const disableVideo = (index = course.value.key) => {
         return true
       }
   }
-  // if (localStorage.getItem('userName') === 'aiDemo') {
-  //   let dis = Number(index.substring(index.indexOf("-") + 1));
-  //   if (dis > 4) {
-  //     //提示禁用
-  //     Message().notifyWarning('您的账号并未开放此课程!', true)
-  //     return true
-  //   }
-  // }
+  if (localStorage.getItem('userName') === 'zdxyz') {
+    let dis = Number(index.substring(index.indexOf("-") + 1));
+    if (dis > 2) {
+      //提示禁用
+      Message().notifyWarning('您的账号并未开放此课程!', true)
+      return true
+    }
+  }
 
   return false
 }