mo 5 年之前
父节点
当前提交
db5d3a8e46
共有 2 个文件被更改,包括 4 次插入5 次删除
  1. 2 2
      src/views/operateManager/serverIndexList.vue
  2. 2 3
      vue.config.js

+ 2 - 2
src/views/operateManager/serverIndexList.vue

@@ -215,12 +215,12 @@
               <div>{{scope.row.existPracticeCourse+ '节'}}</div>
               <div>{{scope.row.existPracticeCourse+ '节'}}</div>
             </template>
             </template>
           </el-table-column>
           </el-table-column>
-          <!-- <el-table-column align="center"
+          <el-table-column align="center"
                            label="作业提交时间">
                            label="作业提交时间">
             <template slot-scope="scope">
             <template slot-scope="scope">
               <div>{{scope.row.lastSubmitTime}}</div>
               <div>{{scope.row.lastSubmitTime}}</div>
             </template>
             </template>
-          </el-table-column> -->
+          </el-table-column>
           <el-table-column align="center"
           <el-table-column align="center"
                            label="操作">
                            label="操作">
             <!--  -->
             <!--  -->

+ 2 - 3
vue.config.js

@@ -19,11 +19,10 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://testadm.dayaedu.com/' //test环境
 // let target = 'http://testadm.dayaedu.com/' //test环境
 // let target = 'http://192.168.3.27:8000' // 箭河
 // let target = 'http://192.168.3.27:8000' // 箭河
-// let target = 'http://192.168.3.28:8000' //邹璇
+let target = 'http://192.168.3.28:8000' //邹璇
 // let target = 'http://192.168.3.8:8000' //勇哥
 // let target = 'http://192.168.3.8:8000' //勇哥
-let target = 'http://admin.dayaedu.com' // 测试服
+// let target = 'http://admin.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.48:8080' // 乔
 // let target = 'http://192.168.3.48:8080' // 乔
-// let target = 'http://195s22s709.imwork.net/' // 邹璇家
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
 module.exports = {
   /**
   /**