This commit is contained in:
Zel
2025-03-05 23:26:50 +08:00
parent bd02fb3638
commit fb8c34f604
11 changed files with 142 additions and 55 deletions

View File

@@ -20,9 +20,9 @@
<select id="ComparesOperation" name="ComparesOperation" lay-verify="required" lay-search>
<option value="" selected>请选择</option>
<option value=">">></option>
<option value=">=">>=</option>
<option value=">="></option>
<option value="<"><</option>
<option value="<="><=</option>
<option value="<="></option>
<option value="=">=</option>
<option value="!=">!=</option>
<option value="in">in</option>

View File

@@ -8,15 +8,6 @@
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"sqlDebugging": false,
"nativeDebugging": true
},
"WaterCloud.Web": {
"commandName": "Project",
"launchBrowser": true,

View File

@@ -14,8 +14,8 @@
"DBProvider": "MySql", //SqlServer //Oracle
"DBConnectionString": "server=192.168.31.37;user id=root;password=zhuyunyu;database=water",
"DBCommandTimeout": 180, // 数据库超时时间,单位秒
"IsInitDb": true, //是否初始化数据库
"IsSeedData": true, //是否初始化数据库数据
"IsInitDb": false, //是否初始化数据库
"IsSeedData": false, //是否初始化数据库数据
"CacheProvider": "Redis", // 缓存使用方式 Redis/Memory
"RedisConnectionString": "192.168.31.37:6379,password=zhuyunyu", //docker部署 172.17.0.1
"TokenName": "WC-Token", //api Token名称

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB