Forráskód Böngészése

隐藏渠道推广分及配

wangzhiqiang 3 hete
szülő
commit
4b6316f9f4

+ 2 - 2
.env.development

@@ -3,11 +3,11 @@ ENV = 'development'
 # 线上测试
 # VITE_BASE_URL = 'http://advise.ytmdm.com/gateway'
 # VITE_BASE_URL = 'https://test.book.ytpm.net/yt-gateway'
-# VITE_BASE_URL = 'http://119.45.71.139:25001'
+VITE_BASE_URL = 'http://119.45.71.139:25001'
 
 # 本地 
 # VITE_BASE_URL = 'http://192.168.1.9:25001'
 # VITE_BASE_URL = 'http://192.168.1.159:25001'
 # VITE_BASE_URL = 'http://192.168.1.20:25001'
-VITE_BASE_URL = 'http://192.168.1.25:25001'
+# VITE_BASE_URL = 'http://192.168.1.25:25001'
 

+ 2 - 2
src/router/modules/outBagModule.js

@@ -14,12 +14,12 @@ const route = [
                 component: createNameComponent(() => import('@/views/main/outBagModule/channelTypeAdmin.vue')),
                 meta: { title: '出包渠道' },
             },
-            {
+           /*  {
                 path: 'ChannelPromotion/index',
                 name: 'ChannelPromotion',
                 component: createNameComponent(() => import('@/views/main/outBagModule/channelPromotion.vue')),
                 meta: { title: '渠道推广' },
-            },
+            }, */
             {
                 path: 'appAdmin/index',
                 name: 'AppAdmin',

+ 5 - 5
src/views/main/outBagModule/appAdmin.vue

@@ -62,7 +62,7 @@
                   </template>
                 </el-popconfirm>
               </div>
-              <div>
+              <!-- <div>
                 <el-link class="button-item" type="primary" style="margin-bottom: 5px"
                   @click="assignPromoter(scope.row)">
                   分配
@@ -73,7 +73,7 @@
                     <el-link class="button-item" style="margin-bottom: 5px" type="warning">取消分配</el-link>
                   </template>
                 </el-popconfirm>
-              </div>
+              </div> -->
             </div>
           </template>
         </el-table-column>
@@ -122,13 +122,13 @@
               <el-input v-model="formEdit.versionCode" placeholder="请输入" clearable />
             </el-form-item>
           </el-col>
-          <el-col :span="2"></el-col>
+          <!-- <el-col :span="2"></el-col>
           <el-col :span="10">
             <el-form-item label="收益显示比率:" required prop="revenueDisplayRate">
               <el-input-number v-model="formEdit.revenueDisplayRate" :precision="2" :step="0.1" :min="0" :max="100" />
               <text style="margin-left: 5px;font-size: 18px;">%</text>
             </el-form-item>
-          </el-col>
+          </el-col> -->
         </el-row>
         <el-form-item label="更新提示:" prop="updateTips">
           <el-input v-model="formEdit.updateTips" type="textarea" placeholder="请输入" clearable />
@@ -194,7 +194,7 @@ onBeforeMount(() => {
   getList();
   getDitchList();
   getIssuedAppList()
-  getPromoterList()
+  // getPromoterList()
 });