Browse Source

声部分润设置

1
mo 2 years ago
parent
commit
7ac9fa2ac0

+ 1 - 1
src/views/resetTeaming/modals/paySchoolInfo.vue

@@ -247,7 +247,7 @@
           buttonText="上传合同"
           accept=".pdf"
           v-model="form.contractUrl"
-            bucket_name="contract"
+            bucket_name="contracts"
         />
       </el-form-item>
       </el-row>

+ 1 - 0
src/views/teamBuild/components/soundSetComponents/soundSetCore.vue

@@ -286,6 +286,7 @@ export default {
                                   groupRemissionCourseFee: Boolean(
                                     shop.groupRemissionCourseFee
                                   ),
+                                  organShareProfit:shop.organShareProfit
                                 });
                               }
                             }

+ 1 - 1
vue.config.js

@@ -18,7 +18,7 @@ const name = defaultSettings.title || "管乐迷后台管理系统"; // page tit
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://192.168.3.251:8000' // 何国威
 // let target = 'http://192.168.3.20:8000' //邹璇
-// let target = 'http://192.168.3.119:8000' //勇哥
+// let target = 'http://192.168.3.161:8000' //勇哥
 // let target = 'http://192.168.3.146:8000' //王昭
 // let target = 'http://dev.dayaedu.com' // 开发环境
 let target = "https://test.dayaedu.com"; //测试环境