mo 5 years ago
parent
commit
db5d3a8e46
2 changed files with 4 additions and 5 deletions
  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>
             </template>
           </el-table-column>
-          <!-- <el-table-column align="center"
+          <el-table-column align="center"
                            label="作业提交时间">
             <template slot-scope="scope">
               <div>{{scope.row.lastSubmitTime}}</div>
             </template>
-          </el-table-column> -->
+          </el-table-column>
           <el-table-column align="center"
                            label="操作">
             <!--  -->

+ 2 - 3
vue.config.js

@@ -19,11 +19,10 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://testadm.dayaedu.com/' //test环境
 // 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://admin.dayaedu.com' // 测试服
+// let target = 'http://admin.dayaedu.com' // 测试服
 // 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/
 module.exports = {
   /**