修改首页及样式
This commit is contained in:
18
src/App.vue
18
src/App.vue
@@ -4,16 +4,16 @@
|
||||
|
||||
|
||||
<script setup>
|
||||
import { onLaunch } from '@dcloudio/uni-app';
|
||||
onLaunch((opt) => {
|
||||
console.log("onLaunch")
|
||||
// import { onLaunch } from '@dcloudio/uni-app';
|
||||
// onLaunch((opt) => {
|
||||
// console.log("onLaunch")
|
||||
|
||||
uni.preloadPage({ url: "/pages/login/login" });
|
||||
uni.preloadPage({ url: "/pages/home/home" });
|
||||
uni.preloadPage({ url: "/pages/business/business" });
|
||||
uni.preloadPage({ url: "/pages/notice/notice" });
|
||||
uni.preloadPage({ url: "/pages/userinfo/userinfo" });
|
||||
})
|
||||
// uni.preloadPage({ url: "/pages/login/login" });
|
||||
// uni.preloadPage({ url: "/pages/home/home" });
|
||||
// uni.preloadPage({ url: "/pages/business/business" });
|
||||
// uni.preloadPage({ url: "/pages/notice/notice" });
|
||||
// uni.preloadPage({ url: "/pages/userinfo/userinfo" });
|
||||
// })
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user