修改判断配置是否为空判断
This commit is contained in:
@@ -76,8 +76,7 @@ function callback() {
|
||||
|
||||
}
|
||||
export async function init() {
|
||||
console.log($cache_config);
|
||||
if($cache_config._isEmpty){
|
||||
if($cache_config.isEmpty()){
|
||||
httpsRequest.getT('/app/common/getAppUseKv').then(res => {
|
||||
console.log(res);
|
||||
if (res.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user