Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
DotNetNext committed Oct 4, 2021
1 parent 222df48 commit dc1a7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SoEasyPlatform/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Startup
/// <summary>
/// 版本号
/// </summary>
public static string Version = "2452222224";
public static string Version = "24522221224";
/// <summary>
/// 接口域名目录
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions SoEasyPlatform/wwwroot/views/system/CodeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ btnTable.onclick = function () {
btnPath.$Open("#divPath", {
title: configs.text.addPath,
w: 600,
h: 560,
h: 600,
validate: function () {
var gridInfo = divGrid.$GridInfo();
if (txtDbId.value == null || txtDbId.value == "" || txtDbId.value == "0") {
Expand Down Expand Up @@ -374,7 +374,7 @@ btnPath.$Open("#divPath", {
btnPathEdit.$Open("#divPath", {
title: configs.text.EditPath,
w: 600,
h: 560,
h: 600,
validate: function () {
var gridInfo = divGrid.$GridInfo();
if (txtDbId.value == null || txtDbId.value == "" || txtDbId.value == "0") {
Expand Down

0 comments on commit dc1a7aa

Please sign in to comment.