mo 4 anos atrás
pai
commit
1f4f591c0a

+ 1 - 1
src/views/resetTeaming/components/archicesComponents/trainPlan.vue

@@ -107,7 +107,7 @@
           >
             {{ item.index }}
             <div class="timeline">
-              <h4 class="time">{{ item.timer }}</h4>
+              <h4 class="time">{{ item.timer|| '暂无课程时间' }}</h4>
               <p class="cuorseType">{{ item.courseType }}</p>
               <p class="concat"> <Tooltip :content="item.plan.value || '暂无规划'" /></p>
               <el-button

+ 2 - 2
vue.config.js

@@ -19,8 +19,8 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.148:8000' //邹璇
 // let target = 'http://192.168.3.112: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' //测试环境
 // let target = 'http://192.168.3.134' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {