代码拉取完成,页面将自动刷新
<!--
* @Description:
* @Author: //联系微信:nn7334n 搭建
* @Date: 2023-08-16 08:57:26
* @LastEditor: //联系微信:nn7334n 搭建
* @LastEditTime: 2023-12-08 17:40:08
* @Copyright: by //联系微信:nn7334n 搭建
-->
<script>
// #ifdef APP-PLUS
const request = require('./common/request/index').default
const utils = require('./common/utils/index.js').default
import checkappupdate from '@/common/utils/checkappupdate.js'
import api from '@/common/request/api.js'
// #endif
import { mapState, mapGetters, mapMutations, mapActions } from "vuex"
export default {
computed: {
...mapGetters("app", ["theme"])
},
globalData: {
isColor: '',
isBgColor: ''
},
async onLaunch(options) {
console.log("App Launch");
// 保存分享参数(H5)
options.query.scene && this.setShare({ spm: options.query.scene })
// 获取配置信息
await this.getConfigInfo()
// #ifdef APP-PLUS
// nvue变量
this.request = request
this.utils = utils
// 锁定竖屏模式
plus.screen.lockOrientation('portrait-primary');
// app版本检测
checkappupdate.check({
api: this.$BASE_URL + api.common.update.url
})
// #endif
},
onShow() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
methods: {
...mapActions("user", ["getUserInfo"]),
...mapActions("app", ["getConfigInfo"]),
...mapMutations("app", ["setShare"])
}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "@/uview-ui/index.scss";
@import "@/common/style/style.scss";
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。