|
|
@ -76,11 +76,10 @@ function selectsource(input) { |
|
|
|
clearMyVar(runMode+"_"+sourcename); |
|
|
|
clearMyVar(runMode+"_"+sourcename); |
|
|
|
clearMyVar("一级源接口信息"); |
|
|
|
clearMyVar("一级源接口信息"); |
|
|
|
} |
|
|
|
} |
|
|
|
/* |
|
|
|
|
|
|
|
try{ |
|
|
|
try{ |
|
|
|
refreshX5WebView('about:blank'); |
|
|
|
refreshX5WebView('about:blank'); |
|
|
|
}catch(e){} |
|
|
|
}catch(e){} |
|
|
|
*/ |
|
|
|
|
|
|
|
Juconfig["runMode"] = runMode; |
|
|
|
Juconfig["runMode"] = runMode; |
|
|
|
Juconfig[runMode+'sourcename'] = input; |
|
|
|
Juconfig[runMode+'sourcename'] = input; |
|
|
|
writeFile(cfgfile, JSON.stringify(Juconfig)); |
|
|
|
writeFile(cfgfile, JSON.stringify(Juconfig)); |
|
|
|