add 直接替换index.html,不使用新的类库。

This commit is contained in:
luoyunchong
2020-08-09 21:23:27 +08:00
parent c80e602c35
commit 2f68ad5080
33 changed files with 1047 additions and 10 deletions

View File

@ -0,0 +1,14 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Knife4jUIDemo": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}