Browse Source

增加质检撤销功能

user_zyx 1 month ago
parent
commit
b80cea8740

BIN
ZrAdminNetCore-net7.0/ZR.Admin.WebApi/Controllers/Inspect/QaInspectRecordController.cs


+ 1 - 1
ZrAdminNetCore-net7.0/ZR.Admin.WebApi/appsettings.json

@@ -12,7 +12,7 @@
     //"conn_db": "Data Source=192.168.0.1;port=3306;User ID=sa;Password=123456;Database=mytest_db;CharSet=utf8;sslmode=none;",
     "conn_db_type": "0" //数据库类型 MySql = 0, SqlServer = 1, Oracle = 3
   },
-  "urls": "http://localhost:8888;http://192.168.137.1:8888;", // 项目启动url,如果改动端口前端对应devServer也需要进行修改 ;
+  "urls": "http://localhost:8888;", // 项目启动url,如果改动端口前端对应devServer也需要进行修改 ;
   "corsUrls": "http://localhost:8887", //跨域地址(前端启动项目,前后端分离单独部署需要设置),多个用","隔开
   "JwtSettings": {
     "Issuer": "ZRAdmin.NET",

BIN
ZrAdminNetCore-net7.0/ZR.Service/System/SysLoginService.cs