2 Star 9 Fork 11

xsss1072/短视频矩阵工具系统,AI批量自动剪辑视频,智能文案创作,一键多平台账号发布等功能

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
xsss1072 提交于 2024-06-18 01:46 . js
<!--
* @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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xsss1072/20007.git
git@gitee.com:xsss1072/20007.git
xsss1072
20007
短视频矩阵工具系统,AI批量自动剪辑视频,智能文案创作,一键多平台账号发布等功能
master

搜索帮助