1 Star 0 Fork 0

Handy/boss_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
Handy 提交于 2024-01-10 10:38 . init
<script>
/**
* Copyright (c) 2013-Now http://aidex.vip All rights reserved.
*/
export default {
onLaunch() {
plus.screen.lockOrientation('landscape-primary'); // 强制横屏
// plus.screen.lockOrientation('portrait-primary'); // 强制竖屏
}
}
</script>
<style>
@import url("~@/static/iconfont/iconfont.css");
</style>
<style lang="scss">
@import "uview-ui/index.scss";
@import "pages/common/aidex.scss";
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leiziccc/boss_app.git
[email protected]:leiziccc/boss_app.git
leiziccc
boss_app
boss_app
master

搜索帮助