Browse Source

更新值参

lex-xin 3 years ago
parent
commit
c81ebdc378
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/teamDetail/components/studentList.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/teamDetail/components/studentList.vue

@@ -74,7 +74,7 @@
             v-for="(item, index) in gradeList"
             :key="index"
             :label="item.label"
-            :value="item.label"
+            :value="item.value"
           ></el-option>
         </el-select>
       </el-form-item>

+ 2 - 2
vue.config.js

@@ -18,9 +18,9 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.124:8000' //邹璇
-let target = 'http://192.168.3.119:8000' //勇哥
+// let target = 'http://192.168.3.119:8000' //勇哥
 // let target = 'http://dev.dayaedu.com' // 开发环境
-// let target = 'https://test.dayaedu.com' //测试环境
+let target = 'https://test.dayaedu.com' //测试环境
 // let target = 'http://192.168.3.134:8000' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {