orgin/master #1

Merged
uniccoo merged 257 commits from orgin/master into master 2024-06-18 15:49:12 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit f997a9d6c1 - Show all commits

View File

@ -6,8 +6,6 @@ function onClick() {
console.log('click');
router.push({ name: 'Login' });
}
// const pt = __UNI_PLATFORM__;
</script>
<template>

View File

@ -1,4 +1,7 @@
import 'uni-mini-router';
declare module 'uni-mini-router' {
interface Route {
meta?: {
ignoreAuth?: boolean