This commit is contained in:
2020-08-22 09:38:49 +08:00
parent 2bb4feec43
commit 4138c5d634
2 changed files with 328 additions and 1 deletions

View File

@@ -213,8 +213,9 @@ void Widget::initConfig()
ui->comboBox_server->setCurrentText(readConfig.value("server/choose").toString());
serverUrl=readConfig.value("server/choose").toString();
}else {
serverUrl="http://store.jerrywang.top/amd64/";//默认URL
serverUrl="http://store.jerrywang.top/";//默认URL
}
//by shenmo 在这里换成路径为{cdn/dc}/store/#
configCanSave=true; //防止出发保存配置信号
menuUrl[0]=serverUrl + "store/#/";
// menuUrl[0]="http://127.0.0.1:8000/#/darkprogramming";