调整字符串判断
This commit is contained in:
parent
fba1a46716
commit
a07fa70537
|
@ -25,7 +25,7 @@ function getArch() {
|
|||
function getoskey() {
|
||||
let infoKeyList = [os_info['arch'], os_info['org'], os_info['type']];
|
||||
let tempInfo = infoKeyList.join('_');
|
||||
if (tempInfo == '"x86_openkylin_desktop"') {
|
||||
if (tempInfo == 'x86_openkylin_desktop') {
|
||||
os_info['info'] = tempInfo;
|
||||
}
|
||||
os_info['info'] = "undefined";
|
||||
|
|
Loading…
Reference in New Issue