代码提交

This commit is contained in:
黄少君
2023-11-14 17:21:03 +08:00
parent d0b337c596
commit dcab74274f
567 changed files with 22414 additions and 7375 deletions

View File

@ -1,12 +1,6 @@
import { parseUrl } from '@/utils'
export function navigateTo(location, complete, fail, success) {
console.log({
url: parseUrl(location),
complete,
fail,
success,
})
uni.navigateTo({
url: parseUrl(location),
complete,