Browse Source

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

yangfeng 11 months ago
parent
commit
4be5dbc18f
1 changed files with 2 additions and 2 deletions
  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)