功能修复:在无网络情况下启动器无法使用
在加载配置完成后取消加载中状态,把一些不影响功能使用的操作后置
This commit is contained in:
parent
f22594a260
commit
1c484d3f77
1 changed files with 2 additions and 2 deletions
|
@ -26,12 +26,12 @@ async function init_version() {
|
||||||
async function initialize_config() {
|
async function initialize_config() {
|
||||||
await configStore.load_config()
|
await configStore.load_config()
|
||||||
conf = configStore.config
|
conf = configStore.config
|
||||||
init_version()
|
loading.value = false
|
||||||
if (!conf.is_already_show_doc) {
|
if (!conf.is_already_show_doc) {
|
||||||
show_doc()
|
show_doc()
|
||||||
conf.is_already_show_doc = true
|
conf.is_already_show_doc = true
|
||||||
}
|
}
|
||||||
loading.value = false
|
await init_version()
|
||||||
}
|
}
|
||||||
|
|
||||||
const log = ref('')
|
const log = ref('')
|
||||||
|
|
Loading…
Add table
Reference in a new issue