snow 1 year ago
parent
commit
d9a3372133
3 changed files with 4 additions and 4 deletions
  1. 0 0
      dist/static/js/0.js
  2. 2 3
      src/config/env.development.js
  3. 2 1
      src/views/sellOut/salesOrder/detail.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 2 - 3
src/config/env.development.js

@@ -5,9 +5,8 @@ module.exports = {
   wechatUrl: "http://rep.test241.wanyuhengtong.com", // 微信授权地址
   backUrl: "http://webstock3.test241.wanyuhengtong.com", // 微信授权后重定向地址
   api: {
-    baseApi: 'http://stocknew.test241.wanyuhengtong.com/',
-    userApi: "http://user.test241.wanyuhengtong.com/"
-
+    baseApi: 'http://stock.api.caixiao365.com/',
+    userApi: "http://user.api.caixiao365.com/"
     // baseApi: 'http://stockwm.test241.wanyuhengtong.com/'
   },
   webUrl: 'http://project.web.caixiao365.com/#/good-share?id=',

+ 2 - 1
src/views/sellOut/salesOrder/detail.vue

@@ -107,6 +107,7 @@
                     placement="top"
                     width="300"
                     trigger="hover"
+                    style="height:36px"
                     v-if="sitem.proof_type === '1' && sitem.proof_url"
                   >
                     <video width="275" controls class="fl">
@@ -122,7 +123,7 @@
 
                   <img
                     v-else-if="sitem.proof_type + '' === '2' && sitem.proof_url"
-                    style="width: 28px; height: 28px"
+                    style="width: 22px; height: 22px"
                     :src="sitem.proof_url"
                     class="avatar fl hover"
                     v-viewer

Some files were not shown because too many files changed in this diff