修改了操作员初始sql
diff --git a/src/main/resources/data.sql b/src/main/resources/data.sql
index 1dcc5e1..679018d 100644
--- a/src/main/resources/data.sql
+++ b/src/main/resources/data.sql
@@ -1,8 +1,8 @@
insert into tb_apiclient(appid, secret, status, roles)
values ('100001', 'oUw2NmA09ficiVWD4TUQLDOkPyzQa3VzbjjsW0B2qTk=', 'normal', 'ROLE_THIRD_ADMIN');
INSERT INTO tb_operator(
- operid, closedate, opendate, opercode, opername, operpwd, opertype, status)
- VALUES ('LOR2IwRkbOjp+sVG9KR2BpHZbwGKepS4', '20500101', '20190101', 'system', '系统管理员', '$2a$10$Ex9xp11.vCaD8D0a7ahiUOKqDij1TcCUBwRAmrqXeDvAkmzLibn4.', 'oper', 'normal');
+ operid, closedate, opendate, opercode, opername, operpwd, opertype, status,thirdadmin)
+ VALUES ('LOR2IwRkbOjp+sVG9KR2BpHZbwGKepS4', '20500101', '20190101', 'system', '系统管理员', '$2a$10$Ex9xp11.vCaD8D0a7ahiUOKqDij1TcCUBwRAmrqXeDvAkmzLibn4.', 'oper', 'normal','1');
INSERT INTO tb_role(
roleid, createtime, editflag, lastsaved, rolecode, roledesc, rolename)
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index ccba95b..bf8f12c 100755
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -50,7 +50,7 @@
<dd ay-unselect><a lay-href="/operator/userinfor">基本资料</a></dd>
<dd ay-unselect><a lay-href="/operator/setpwd">修改密码</a></dd>
<hr>
- <dd layadmin-event="logout" style="text-align: center;" ><a href="/logout">退出</a></dd>
+ <dd layadmin-event="logout" style="text-align: center;" ><a th:href='@{/logout}'>退出</a></dd>
</dl>
</li>
<li class="layui-nav-item" lay-unselect>