Browse Source

直播间详情

1
mo 3 năm trước cách đây
mục cha
commit
6cb8abdfe9
3 tập tin đã thay đổi với 24 bổ sung2 xóa
  1. 2 0
      src/router/index.js
  2. 20 0
      src/views/liveClassManager/index.vue
  3. 2 2
      vue.config.js

+ 2 - 0
src/router/index.js

@@ -528,6 +528,8 @@ export const asyncRoutes = {
   studentGroupPractice:()=>import('@/views/studentManager/studentGroupPractice'),
   // 团练宝缴费记录
   studentGroupRecord:()=>import('@/views/studentManager/studentGroupRecord'),
+  // 直播课管理
+  liveClassManager:()=>import('@/views/liveClassManager'),
 }
 
 export default router

+ 20 - 0
src/views/liveClassManager/index.vue

@@ -0,0 +1,20 @@
+<template>
+  <div class="m-container">
+    <h2>
+      <div class="squrt"></div>
+      直播课管理
+    </h2>
+    <div class="m-core">
+
+    </div>
+  </div>
+</template>
+<script>
+export default {
+  data() {
+    return {};
+  },
+};
+</script>
+<style lang="scss" scoped>
+</style>

+ 2 - 2
vue.config.js

@@ -19,8 +19,8 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://192.168.3.251:8000' // 何国威
 // let target = 'http://192.168.3.250:8000' //邹璇
 // let target = 'http://192.168.3.119:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 开发环境
-let target = 'https://test.dayaedu.com' //测试环境
+let target = 'http://dev.dayaedu.com' // 开发环境
+// let target = 'https://test.dayaedu.com' //测试环境
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**