增加处理,登录后获取初始化配置项

This commit is contained in:
YeMingfei666 2024-12-30 21:51:27 +08:00
parent 34a175e3e6
commit 53346e3183
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
</template>
<script>
import {init} from '@/utils/init.js'
export default {
data() {
return {
@ -307,6 +308,7 @@
icon: 'none'
})
const arr= getCurrentPages()
init()
uni.reLaunch({
url:'/pages/index/index'
})