Ver Fonte

提交切换分支

朱鑫波 há 4 anos atrás
pai
commit
36be47aabf

+ 1 - 1
public/index.html

@@ -9,7 +9,7 @@
   <title>有腾投放助手</title>
   <link rel="icon" href="<%= BASE_URL %>logo.png">
   <link href="<%= BASE_URL %>color.less">
-  <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.2.5/polyfill.js"></script>
+  <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.2.5/polyfill.js"></script> -->
   <script src="<%= BASE_URL %>web-office-sdk-v1.1.1.umd.js"></script>
   <style>
     html,

+ 1 - 1
src/components/uploadFile.vue

@@ -76,7 +76,7 @@
       },
       checkFile: { //返回promise方法,判读文件是否上传过,进行上传拦截
         type: Function,
-        default (file) {
+        default () {
           return Promise.resolve()
         }
       },

+ 0 - 1
src/views/modules/material/videoMaterial.vue

@@ -2880,7 +2880,6 @@ export default {
         bmf.md5(file, (err, md5) => {
           that.urlList.name = file.name
           that.urlList.md5 = md5
-          resolve()
           fileCheck({
             code: md5,
             projectId: that.getData('projectId'),

+ 2 - 2
vue.config.js

@@ -58,7 +58,7 @@ module.exports = {
     open : true,
     proxy: {
       '/jeecg-boot': {
-        //  target: 'http://192.168.1.90:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+         target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
@@ -69,7 +69,7 @@ module.exports = {
         // target: 'http://192.168.1.74:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.170:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
-         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+        //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
          // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目