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

This commit is contained in:
2024-12-30 21:51:27 +08:00
parent 34a175e3e6
commit 53346e3183

View File

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