Преглед изворни кода

头条和素材大盘上线

朱鑫波 пре 3 година
родитељ
комит
fe829e6c31

+ 1 - 1
.env.production

@@ -13,6 +13,6 @@ VUE_APP_BASE_SCRIPT_URL = http://114.117.193.186:31013
 
 
 #素材大盘相关接口
-VUE_APP_BASE_MATERIAL_URL = http://192.168.0.195:9999/material
+VUE_APP_BASE_MATERIAL_URL = http://api.tjyourong.com.cn/material
 # 泽宇 http://192.168.1.134:9999
 # 测试 http://192.168.0.195:9999

+ 2 - 2
src/utils/request.js

@@ -21,9 +21,9 @@ else if (process.env.NODE_ENV === 'debug') {
 else if (process.env.NODE_ENV === 'production') {
 	// axios.defaults.baseURL = 'http://apipre.tjyourong.com.cn/jeecg-boot'; // 预生产
 	// axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot';//测试
-	// axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
+	axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
 	// axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot'; // 测试环境
-	axios.defaults.baseURL = 'http://192.168.0.195:9999/jeecg-boot'; // 测试环境
+	// axios.defaults.baseURL = 'http://192.168.0.195:9999/jeecg-boot'; // 测试环境
 	// axios.defaults.baseURL = 'http://192.168.1.134:9999/jeecg-boot'; // 泽宇环境
 
 }

+ 1 - 1
src/views/modules/Statistics/materialReport/materialReport.vue

@@ -508,7 +508,7 @@
                                     </div>
                                     <div
                                         style="display: flex; flex-flow: column; justify-content: space-between; width: 60%"
-                                        @click.stop="toDetail(item.signature)"
+                                        @click.stop="toDetail(item.material_id)"
                                     >
                                         <p style="margin-left: 10px; color: #1890ff">
                                             {{ item.materialName ? item.materialName : '无素材名称' }}

+ 2 - 2
src/views/modules/account-config/account-config-server.js

@@ -3,8 +3,8 @@
  * @author jiayufei
  */
 
-// export const urlAcount = 'http://118.24.244.213:8808'; // 线上
+export const urlAcount = 'http://118.24.244.213:8808'; // 线上
 // export const urlAcount = 'http://apipre.tjyourong.com.cn'; // 预生产
 // export const urlAcount = 'http://192.168.1.43:8808'; // 子安
-export const urlAcount = 'http://139.186.165.84:8808'; // 测试
+// export const urlAcount = 'http://139.186.165.84:8808'; // 测试
 // export const urlAcount = 'http://192.168.1.8:8080'; // 学超

+ 2 - 2
src/views/modules/material/videoMaterial.vue

@@ -500,13 +500,13 @@ a {
         icon="plus"
         >批量新增</a-button
       >
-      <a-button
+      <!-- <a-button
         @click="passTheAudit"
         :disabled="checkArr.length == 0"
         v-if="active == '0'"
         type="primary"
         >批量通过审核</a-button
-      >
+      > -->
       <a-button
         @click="onCheckAllChange"
         v-if="

+ 5 - 0
src/views/modules/policy-management/policy-management.vue

@@ -500,6 +500,7 @@
                                 <a-select-option :value="5">阿里内广</a-select-option>
                                 <a-select-option :value="6">快手服务商</a-select-option>
                                 <a-select-option :value="7">磁力金牛</a-select-option>
+                                <a-select-option :value="8">头条内广</a-select-option>
                             </a-select>
                         </a-form-model-item>
                         <a-form-model-item label="销售" prop="createUserId">
@@ -809,6 +810,10 @@ export default {
                 {
                     id: 7,
                     name: '磁力金牛'
+                },
+                {
+                    id: 8,
+                    name: '头条内广'
                 }
 
             ],