snow 1 year ago
parent
commit
2699795e2c
3 changed files with 8 additions and 10 deletions
  1. 0 0
      dist/static/js/0.js
  2. 7 7
      src/config/env.development.js
  3. 1 3
      src/views/goodStore/goodsOnline/detail.vue

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


+ 7 - 7
src/config/env.development.js

@@ -1,14 +1,14 @@
 // 生产环境
 module.exports = {
   title: '采销平台',
-  wechatUrl: "http://localhost:80", // 微信授权地址
-  backUrl: "http://localhost:8080", // 微信授权后重定向地址
   baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
+  wechatUrl: "http://rep.test241.wanyuhengtong.com", // 微信授权地址
+  backUrl: "http://webstock3.test241.wanyuhengtong.com", // 微信授权后重定向地址
   api: {
-    baseApi: 'http://stocknew.test241.wanyuhengtong.com/'
+    baseApi: 'http://stock.api.caixiao365.com/'
     // baseApi: 'http://stockwm.test241.wanyuhengtong.com/'
   },
-  webUrl: 'http://project.web.caixiao365.com/#/test-good-share?id=',
+  webUrl: 'http://project.web.caixiao365.com/#/good-share?id=',
   fileURL: `https://api2.edu.futurelab.tv`,
   shareWebUrl: 'http://post.web.caixiao365.com/?prod=1&outCode=',
   // 分仓
@@ -23,10 +23,10 @@ module.exports = {
   // 结算平台url
   // settlementPlatformUrl: 'http://127.0.0.1:8848',
   // 结算平台url
-  settlementPlatformUrl: 'http://webcx.test241.wanyuhengtong.com/',
+  settlementPlatformUrl: 'http://fin.caixiao365.com/',
   // 工单管理系统url
-  GDUrl: 'http://http://bugweb.test241.wanyuhengtong.com/',
-  dashboardUrl:"http://web.report.caixiao365.com/",
+  GDUrl: 'http://bug.caixiao365.com/',
+  dashboardUrl: 'http://web.report.caixiao365.com/',
   // token加密key
   secretKey: 'key123',
   loginTitle: '',

+ 1 - 3
src/views/goodStore/goodsOnline/detail.vue

@@ -264,9 +264,7 @@
                 :newTime="newTime"
                 v-if="
                   newTime !== '' &&
-                  private_field &&
-                  private_field.length > 0 &&
-                  private_field.some((item) => item == '2') &&
+                  isDisplayPrivateField('2') &&
                   ladderlist &&
                   ladderlist.length > 0
                 "

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