Przeglądaj źródła

fix:调试变量恢复

yangfeng 1 rok temu
rodzic
commit
8b33f1dd8b

+ 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)
+  const isInWeb = ref(InContainer.inApp)
 
   // 是否是渠道商
   const cooperateCode = ref(false)