diff --git a/lock/base.sql.lock b/lock/base.sql.lock deleted file mode 100644 index b2cef33..0000000 --- a/lock/base.sql.lock +++ /dev/null @@ -1 +0,0 @@ -time consuming:1s \ No newline at end of file diff --git a/lock/cloud.sql.lock b/lock/cloud.sql.lock deleted file mode 100644 index a77002f..0000000 --- a/lock/cloud.sql.lock +++ /dev/null @@ -1 +0,0 @@ -time consuming:0s \ No newline at end of file diff --git a/lock/dict.sql.lock b/lock/dict.sql.lock deleted file mode 100644 index a77002f..0000000 --- a/lock/dict.sql.lock +++ /dev/null @@ -1 +0,0 @@ -time consuming:0s \ No newline at end of file diff --git a/lock/recycle.sql.lock b/lock/recycle.sql.lock deleted file mode 100644 index a77002f..0000000 --- a/lock/recycle.sql.lock +++ /dev/null @@ -1 +0,0 @@ -time consuming:0s \ No newline at end of file diff --git a/lock/task.sql.lock b/lock/task.sql.lock deleted file mode 100644 index a77002f..0000000 --- a/lock/task.sql.lock +++ /dev/null @@ -1 +0,0 @@ -time consuming:0s \ No newline at end of file diff --git a/src/modules/base/config.ts b/src/modules/base/config.ts index 5629ae8..62e3189 100644 --- a/src/modules/base/config.ts +++ b/src/modules/base/config.ts @@ -22,7 +22,7 @@ export default () => { // 单点登录 sso: false, // 注意: 最好重新修改,防止破解 - secret: '18d9ed80852a11eebe1a49eaab5535f2', + secret: 'cool-admin-xxxxxx', // token token: { // 2小时过期,需要用刷新token diff --git a/src/modules/user/config.ts b/src/modules/user/config.ts index 51a1d98..6e0946b 100644 --- a/src/modules/user/config.ts +++ b/src/modules/user/config.ts @@ -41,7 +41,7 @@ export default () => { // 刷新token 过期时间,单位秒 refreshExpire: 60 * 60 * 24 * 30, // jwt 秘钥 - secret: '18da1490852a11eebe1a49eaab5535f2', + secret: 'cool-app-xxxxxx', }, } as ModuleConfig; };