Browse Source

更新显示

lex-xin 3 năm trước cách đây
mục cha
commit
dca8f6c76f

+ 1 - 1
src/constant/index.js

@@ -301,7 +301,7 @@ export const withdrawalStatus = {
 
 export const clientStatus = {
   NETWORK_ROOM: '网络教室',
-  SMART_PRACTICE: '智能陪练'
+  SMART_PRACTICE: '团练宝'
 }
 
 export const conclusion = {

+ 1 - 1
src/views/accompaniment/index.vue

@@ -65,7 +65,7 @@
             placeholder="请选择客户端类型"
           >
             <el-option value="NETWORK_ROOM" label="网络教室"></el-option>
-            <el-option value="SMART_PRACTICE" label="智能陪练"></el-option>
+            <el-option value="SMART_PRACTICE" label="团练宝"></el-option>
           </el-select>
         </el-form-item>
         <el-form-item prop="categoriesId">

+ 1 - 1
src/views/accompaniment/modals/form.vue

@@ -102,7 +102,7 @@
           placeholder="请选择客户端类型"
         >
           <el-option value="NETWORK_ROOM" label="网络教室"></el-option>
-          <el-option value="SMART_PRACTICE" label="智能陪练"></el-option>
+          <el-option value="SMART_PRACTICE" label="团练宝"></el-option>
         </el-select>
       </el-form-item>
       <el-form-item

+ 2 - 2
vue.config.js

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