lining 6 년 전
부모
커밋
96ab2b6f19
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/goodslist.vue

+ 1 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/goodslist.vue

@@ -567,7 +567,7 @@
       uploadrequest (option) {
         let _this = this
         if (process.client) {
-          const myDomain = window.location.host
+          const myDomain = '10.76.248.23' //window.location.host
           axios.post(process.env.upfilehost, {})
             .then(function (res) {
               if (res.data && res.data.fid && res.data.fid !== '') {
@@ -608,7 +608,6 @@
         }
         api.importExcel(params, this.$axios).then(res => {
           this.importloading = false
-          console.log(res)
           if (res.data.code === 0) {
             this.$message({
               type: 'success',