diff --git a/scripts/MongoDB/Dicts.js b/scripts/MongoDB/Dicts.js index 85cf3e31..94d2d0e8 100644 --- a/scripts/MongoDB/Dicts.js +++ b/scripts/MongoDB/Dicts.js @@ -243,7 +243,7 @@ { "Category": "系统设置", "Name": "验证码图床", - "Code": "http://images.sdgxgz.com/", + "Code": "http://imgs.sdgxgz.com/images/", "Define": NumberInt(0) }, { diff --git a/scripts/MySQL/initData.sql b/scripts/MySQL/initData.sql index 532fe616..a07a0cb1 100644 --- a/scripts/MySQL/initData.sql +++ b/scripts/MySQL/initData.sql @@ -48,7 +48,7 @@ INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', 'JuheIP -- 时长单位 分钟 INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', 'IP请求缓存时长', '10', 0); INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', '演示系统', '0', 0); -INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', '验证码图床', 'http://images.sdgxgz.com/', 0); +INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', '验证码图床', 'http://imgs.sdgxgz.com/images/', 0); DELETE FROM Navigations Where Category = '0'; INSERT INTO Navigations (ParentId, Name, `Order`, Icon, Url, Category) VALUES (0, '后台管理', 10, 'fa fa-gear', '~/Admin/Index', '0'); diff --git a/scripts/Postgresql/initData.sql b/scripts/Postgresql/initData.sql index f2807fb5..c1de7f20 100644 --- a/scripts/Postgresql/initData.sql +++ b/scripts/Postgresql/initData.sql @@ -48,7 +48,7 @@ INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', 'JuheIP INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', '演示系统', '0', 0); -- 时长单位 分钟 INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', 'IP请求缓存时长', '10', 0); -INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', '验证码图床', 'http://images.sdgxgz.com/', 0); +INSERT INTO Dicts (Category, Name, Code, Define) VALUES ('系统设置', '验证码图床', 'http://imgs.sdgxgz.com/images/', 0); DELETE FROM Navigations Where Category = '0'; INSERT INTO Navigations (ParentId, Name, "order", Icon, Url, Category) VALUES (0, '后台管理', 10, 'fa fa-gear', '~/Admin/Index', '0'); diff --git a/scripts/SQLite/InitData.sql b/scripts/SQLite/InitData.sql index dc1b1f50..d88c59f3 100644 --- a/scripts/SQLite/InitData.sql +++ b/scripts/SQLite/InitData.sql @@ -48,7 +48,7 @@ INSERT INTO [Dicts] ([Category], [Name], [Code], [Define]) VALUES ('系统设置 -- 时长单位 分钟 INSERT INTO [Dicts] ([Category], [Name], [Code], [Define]) VALUES ('系统设置', 'IP请求缓存时长', '10', 0); INSERT INTO [Dicts] ([Category], [Name], [Code], [Define]) VALUES ('系统设置', '演示系统', '0', 0); -INSERT INTO [Dicts] ([Category], [Name], [Code], [Define]) VALUES ('系统设置', '验证码图床', 'http://images.sdgxgz.com/', 0); +INSERT INTO [Dicts] ([Category], [Name], [Code], [Define]) VALUES ('系统设置', '验证码图床', 'http://imgs.sdgxgz.com/images/', 0); DELETE FROM Navigations Where Category = '0'; INSERT INTO [Navigations] ([ParentId], [Name], [Order], [Icon], [Url], [Category]) VALUES (0, '后台管理', 10, 'fa fa-gear', '~/Admin/Index', '0'); diff --git a/scripts/SqlServer/InitData.sql b/scripts/SqlServer/InitData.sql index a3f2f8ff..21a87c1f 100644 --- a/scripts/SqlServer/InitData.sql +++ b/scripts/SqlServer/InitData.sql @@ -51,7 +51,7 @@ INSERT [dbo].[Dicts] ([Category], [Name], [Code], [Define]) VALUES (N'系统设 -- 时长单位 分钟 INSERT [dbo].[Dicts] ([Category], [Name], [Code], [Define]) VALUES (N'系统设置', N'IP请求缓存时长', '10', 0) INSERT [dbo].[Dicts] ([Category], [Name], [Code], [Define]) VALUES (N'系统设置', N'演示系统', '0', 0) -INSERT [dbo].[Dicts] ([Category], [Name], [Code], [Define]) VALUES (N'系统设置', N'验证码图床', 'http://images.sdgxgz.com/', 0) +INSERT [dbo].[Dicts] ([Category], [Name], [Code], [Define]) VALUES (N'系统设置', N'验证码图床', 'http://imgs.sdgxgz.com/images/', 0) DELETE FROM Navigations Where Category = N'0' INSERT [Navigations] ([ParentId], [Name], [Order], [Icon], [Url], [Category]) VALUES (0, N'后台管理', 10, N'fa fa-gear', N'~/Admin/Index', N'0') diff --git a/src/admin/Bootstrap.Admin/BootstrapAdmin.db b/src/admin/Bootstrap.Admin/BootstrapAdmin.db index dcb4bafb..51aadda7 100644 Binary files a/src/admin/Bootstrap.Admin/BootstrapAdmin.db and b/src/admin/Bootstrap.Admin/BootstrapAdmin.db differ