1 Star 6 Fork 3

Muong/mu-uniapp-vite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
Muong 提交于 2024-04-16 14:23 +08:00 . #初始化提交
<script>
//引入拦截器
import { NotFound_404 } from '@/utils/interceptor';
export default {
watch: {
$router: {
handler: function (newVal) {
//路由跳转时判断是否需要404页面
NotFound_404(newVal);
},
deep: true
}
},
onLaunch: function () {
console.log('---------App Launch-----------');
}
};
</script>
<style lang="scss">
/*每个页面公共css */
@import '@/static/scss/global.scss';
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/muong/mu-uniapp-vite.git
git@gitee.com:muong/mu-uniapp-vite.git
muong
mu-uniapp-vite
mu-uniapp-vite
master

搜索帮助