2 Star 0 Fork 0

dragon_scale_web/chihiro_mini

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 454 Bytes
一键复制 编辑 原始数据 按行查看 历史
初心 提交于 2023-11-15 16:10 . 亲子
<script setup lang="ts">
import {
getCurrentInstance, onMounted, unref
} from "vue";
const { proxy } = getCurrentInstance();
onMounted(() => {
console.log(unref(proxy['vuex_token']), 'proxy');
if (unref(proxy['vuex_token'])) {
uni.reLaunch({
url: 'pages/index/index'
})
}
})
</script>
<style lang="scss">
/*每个页面公共css */
@import 'static/scss/globalClass.scss';
@import "@/uni_modules/uview-plus/index.scss";
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dragon_scale_web/chihiro_mini.git
git@gitee.com:dragon_scale_web/chihiro_mini.git
dragon_scale_web
chihiro_mini
chihiro_mini
master

搜索帮助