Przeglądaj źródła

提交一下啊

1
mo 3 lat temu
rodzic
commit
2fb94509ee
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      src/views/teamDetail/components/studentList.vue
  2. 2 2
      vue.config.js

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

@@ -306,7 +306,7 @@
               <!-- musicGroupPaymentCalenderDetail/queryPage/studentList -->
               <auth
                 auths="musicGroupPaymentCalenderDetail/queryPage/studentList"
-                :router="['/teamLists']"
+                :router="['/business/resetTeaming']"
               >
                 <i
                   style="color: #14928a; font-size: 17px"

+ 2 - 2
vue.config.js

@@ -19,8 +19,8 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://192.168.3.139:8000' // 箭河
 // 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://dev.dayaedu.com' // 开发环境
+// 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 = {