Quellcode durchsuchen

意见反馈 和作业更改

1
mo vor 3 Jahren
Ursprung
Commit
31862ba41f
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      src/constant/instructionList.js
  2. 2 2
      vue.config.js

+ 1 - 1
src/constant/instructionList.js

@@ -19,7 +19,7 @@ export const instructionList = {
     2:'学员_师资',
     3:'训练规划',
     4:'训练时长',
-    5:'作业情况',
+    5:'训练情况',
     6:'训练照片',
     9:'展演_证书',
     7:'乐团资讯',

+ 2 - 2
vue.config.js

@@ -20,8 +20,8 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // 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://192.168.3.134' // 乔
+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 = {
   /**