Quellcode durchsuchen

fix: 修改工具类名称

MTrun vor 3 Jahren
Ursprung
Commit
de1652973c
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/utils/index.ts
  2. 0 0
      src/utils/router.ts

+ 1 - 1
src/utils/index.ts

@@ -1,5 +1,5 @@
 export * from '@/utils/utils'
-export * from '@/utils/page'
+export * from '@/utils/router'
 export * from '@/utils/storage'
 export * from '@/utils/style'
 export * from '@/utils/plugin'

+ 0 - 0
src/utils/page.ts → src/utils/router.ts