Kaynağa Gözat

refactor(utils): 将平台判断逻辑迁移至统一环境库

使用 @uni-helper/uni-env 替代原有的平台判断逻辑,保持环境判断的一致性
feige996 7 ay önce
ebeveyn
işleme
674ea563f2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/utils/index.ts

+ 1 - 1
src/utils/index.ts

@@ -1,5 +1,5 @@
+import { isMpWeixin } from '@uni-helper/uni-env'
 import { pages, subPackages } from '@/pages.json'
-import { isMpWeixin } from './platform'
 
 export function getLastPage() {
   // getCurrentPages() 至少有1个元素,所以不再额外判断