1 Star 0 Fork 1

镜花 / 漫画网站

forked from startLine-05 / 漫画网站 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
startLine-05 提交于 2021-12-30 11:06 . 初始化页面
<script>
import config from "@/app.config.js";
export default {
methods: {},
// 监听 - 页面404
onPageNotFound: function (e) {
uni.redirectTo({
url: config.error.url,
});
},
onLaunch: function () {
if (config.debug) console.log("App Launch");
let that = this;
},
onShow: function () {
if (config.debug) console.log("App Show");
},
onHide: function () {
if (config.debug) console.log("App Hide");
},
};
</script>
<style lang="scss">
/*每个页面公共css */
/* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
@import "@/uni_modules/uview-ui/index.scss";
@import "./common/css/app.scss";
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hiphops/startline-caricature-client.git
git@gitee.com:hiphops/startline-caricature-client.git
hiphops
startline-caricature-client
漫画网站
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891