fix: install.sql 列错误

This commit is contained in:
Ying
2022-08-24 10:04:37 +08:00
parent f7f24964c3
commit bf09ec2356
2 changed files with 3 additions and 3 deletions

View File

@@ -553,7 +553,7 @@ class AdminController extends BaseController
public function logout(): Response public function logout(): Response
{ {
request()->session()->set(AdminSession, null); request()->session()->set(AdminSession, null);
return $this->success('退出成功!', $this->JumpUrl); return $this->success('退出成功!', '/');
} }
/** /**

View File

@@ -299,8 +299,8 @@ CREATE TABLE `__PREFIX__company` (
-- ---------------------------- -- ----------------------------
-- Records of __PREFIX__company -- Records of __PREFIX__company
-- ---------------------------- -- ----------------------------
INSERT INTO `__PREFIX__company` VALUES (1, '北京总部技术公司', 'bj', '北京市东城区长安街880号', 10000, '权栈', 15100000001, '010-10000', 'coolsec@foxmail.com', '91130403XXA0AJ7XXM', '01', '02', 1613711884); INSERT INTO `__PREFIX__company` VALUES (1, '北京总部技术公司', 'bj', '北京市东城区长安街880号', 10000, '权栈', 15100000001, '010-10000', 'coolsec@foxmail.com', '91130403XXA0AJ7XXM', '01', '02', 1613711884,NULL);
INSERT INTO `__PREFIX__company` VALUES (2, '河北分公司', 'hb', '河北省邯郸市丛台区公园路880号', 56000, '权栈', 12345678901, '0310-12345678', 'coolsec@foxmail.com', 'code', NULL, NULL, 1613787702); INSERT INTO `__PREFIX__company` VALUES (2, '河北分公司', 'hb', '河北省邯郸市丛台区公园路880号', 56000, '权栈', 12345678901, '0310-12345678', 'coolsec@foxmail.com', 'code', NULL, NULL, 1613787702,NULL);
-- ---------------------------- -- ----------------------------
-- Table structure for __PREFIX__config -- Table structure for __PREFIX__config