mo 4 years ago
parent
commit
20909d98c0
2 changed files with 15 additions and 6 deletions
  1. 13 4
      src/views/resetTeaming/components/strudentPayInfo.vue
  2. 2 2
      vue.config.js

+ 13 - 4
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -186,7 +186,13 @@
         >
         >
           开启缴费
           开启缴费
         </div>
         </div>
-
+        <div
+          class="newBand"
+          @click="payRemind"
+          v-permission="'musicGroupPaymentCalenderDetail/openPayment'"
+        >
+          缴费提醒
+        </div>
         <!-- <div
         <!-- <div
           class="newBand"
           class="newBand"
           @click="addStudentBtn"
           @click="addStudentBtn"
@@ -610,15 +616,15 @@ export default {
           path: "/business/resetTeaming",
           path: "/business/resetTeaming",
           query: { ...this.$route.query },
           query: { ...this.$route.query },
         });
         });
-      } else if(query.type == 'look') {
+      } else if (query.type == "look") {
         this.$store.dispatch("delVisitedViews", this.$route);
         this.$store.dispatch("delVisitedViews", this.$route);
         this.$router.push({
         this.$router.push({
           path: "/business/teamLookBase",
           path: "/business/teamLookBase",
           query: { ...this.$route.query },
           query: { ...this.$route.query },
         });
         });
       }
       }
-      if(query.type == "look"){
-         this.$store.dispatch("delVisitedViews", this.$route);
+      if (query.type == "look") {
+        this.$store.dispatch("delVisitedViews", this.$route);
         this.$router.push({
         this.$router.push({
           path: "/business/teamLookBase",
           path: "/business/teamLookBase",
           query: { ...this.$route.query },
           query: { ...this.$route.query },
@@ -784,6 +790,9 @@ export default {
       this.$refs.singleTable.setCurrentRow(row);
       this.$refs.singleTable.setCurrentRow(row);
       this.studentVisible = false;
       this.studentVisible = false;
     },
     },
+    payRemind(){
+      console.log(this.activeChiose)
+    }
   },
   },
   watch: {
   watch: {
     payVisible(val) {
     payVisible(val) {

+ 2 - 2
vue.config.js

@@ -21,7 +21,7 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.38:8000' //邹璇
 // let target = 'http://192.168.3.38:8000' //邹璇
 // let target = 'http://192.168.3.57:8000' //勇哥
 // let target = 'http://192.168.3.57:8000' //勇哥
-let target = 'http://192.168.3.148:8000' // 测试服
+let target = 'http://47.114.176.40:8000' // 测试服
 // let target = 'http://192.168.3.134' // 乔
 // let target = 'http://192.168.3.134' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
 module.exports = {
@@ -62,7 +62,7 @@ module.exports = {
       // http://47.99.212.176:8000
       // http://47.99.212.176:8000
       // http://192.168.3.28:8000
       // http://192.168.3.28:8000
       '/api-auth': {
       '/api-auth': {
-        target: 'http://dev.dayaedu.com',
+        target: 'http://47.114.176.40:8000',
         changeOrigin: true,
         changeOrigin: true,
         pathRewrite: {
         pathRewrite: {
           '^api-auth': ''
           '^api-auth': ''