瀏覽代碼

Merge branch 'dev/v1.0.53_yf' of jianyu/web into feature/v1.0.53

yangfeng 11 月之前
父節點
當前提交
4be5dbc18f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apps/bigmember_pc/src/views/search/bidding/model/base.js

+ 2 - 2
apps/bigmember_pc/src/views/search/bidding/model/base.js

@@ -91,8 +91,8 @@ export default function () {
 
   // 是否在工作台内
   // 本地调试,可改为工作台内isInApp = ref(true),  isInWeb = ref(false)   提交记得改回!
-  const isInApp = ref(true)
-  const isInWeb = ref(false)
+  const isInApp = ref(InContainer.inApp) // InContainer.inApp
+  const isInWeb = ref(InContainer.inWeb) // InContainer.inWeb
 
   // 是否是渠道商
   const cooperateCode = ref(false)