Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/p41536029/stationmanagementsystem/commit/708cdf83e69c2ebef79d227a02e87e5eaabe056d?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

格式化 优化输出

master
ithg 6 years ago
parent a9524f209e
commit 708cdf83e6

@ -61,7 +61,7 @@ void Menu()
{ {
default: default:
system("cls"); system("cls");
printf("请输入正确选项!!\n"); printf("输入错误,请输入正确选项!!\n");
system("pause"); system("pause");
Menu(); Menu();
break; break;

Loading…
Cancel
Save