瀏覽代碼

周三 上线 middle

jiayufei 4 年之前
父節點
當前提交
adcb1662d3

+ 2 - 2
src/views/modules/copy-library/copy-library-server.js

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

+ 2 - 10
src/views/modules/copy-library/copy-library.vue

@@ -156,7 +156,7 @@
                             <a-upload
                                 name="file"
                                 :file-list="fileList"
-                                :customRequest="customRequest"
+                                :customRequest="handleCustomRequest"
                                 :remove="handleRemoveUpload"
                             >
                                 <a-button><a-icon type="upload"/>文件上传</a-button>
@@ -741,7 +741,7 @@ export default {
                 console.log(error, 'eeee');
             });
         },
-        customRequest(info) {
+        handleCustomRequest(info) {
             const isZip = info.file.name.indexOf('xlsx') !== -1 || info.file.name.indexOf('xls') !== -1;
             if (!isZip) {
                 this.$message.error('上传模板只能是 xls、xlsx格式!');
@@ -758,14 +758,6 @@ export default {
             newUploadFile.splice(index, 1);
             this.fileList = newUploadFile;
         },
-        // handleChange(info) {
-        //     const isZip = info.file.name.indexOf('xlsx') !== -1 || info.file.name.indexOf('xls') !== -1;
-        //     if (!isZip) {
-        //         this.$message.error('上传模板只能是 xls、xlsx格式!');
-        //         return;
-        //     }
-        //     this.fileList = info.fileList;
-        // },
         handleSearchMaster() {
             this.hendleMaterialInfo();
         },

+ 1 - 1
src/views/modules/creative-copywrit/creative-copywrit.vue

@@ -677,7 +677,7 @@
                                 </a-dropdown>
                                 <a-checkbox :value="items.id" style="float: right" v-show="active == '0' || active == '1'"></a-checkbox>
                                 <br />
-                                {{ items.createTime | getDate }}
+                                {{ items.createTime }}
                             </span>
                             </div>
                         </div>

+ 2 - 2
src/views/modules/headline-view/headline-view-server.js

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

+ 1 - 1
src/views/modules/headline-view/headline-view.vue

@@ -63,7 +63,7 @@
                     </div>
                 </div>
                 <div class="accountBodyLeftOther">
-                    <div class="top">                       
+                    <div class="top">
                         <div class="item" v-for="item in throwColumns" :key="item.dataIndex">
                             <div class="todyCost">
                                 <span v-if="item.type === 'double'">{{ Number(item.today) | decimalsHandle }}</span>

+ 1 - 1
vue.config.js

@@ -86,7 +86,7 @@ module.exports = {
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
         // target:'http://118.24.244.213:8804',
-        // target: 'http://192.168.1.43:8080', // 子安
+        // target: 'http://192.168.1.43:8806', // 子安
         // target: 'http://192.168.1.8:8806', // 学超
        target:'http://139.186.165.84:8806', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产