mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
fix: captcha enable
This commit is contained in:
parent
ad42eca847
commit
3537672a52
@ -11,4 +11,4 @@ VITE_OPEN=true
|
|||||||
VITE_APP_TENANT_ENABLE=true
|
VITE_APP_TENANT_ENABLE=true
|
||||||
|
|
||||||
# 验证码的开关
|
# 验证码的开关
|
||||||
VITE_APP_CAPTCHA_ENABLE=false
|
VITE_APP_CAPTCHA_ENABLE=true
|
||||||
|
@ -35,6 +35,7 @@ specifiers:
|
|||||||
eslint-plugin-prettier: ^4.2.1
|
eslint-plugin-prettier: ^4.2.1
|
||||||
eslint-plugin-vue: ^9.7.0
|
eslint-plugin-vue: ^9.7.0
|
||||||
intro.js: ^6.0.0
|
intro.js: ^6.0.0
|
||||||
|
js-cookie: ^3.0.1
|
||||||
jsencrypt: ^3.3.0
|
jsencrypt: ^3.3.0
|
||||||
less: ^4.1.3
|
less: ^4.1.3
|
||||||
lint-staged: ^13.0.3
|
lint-staged: ^13.0.3
|
||||||
@ -93,6 +94,7 @@ dependencies:
|
|||||||
echarts-wordcloud: 2.0.0_echarts@5.4.0
|
echarts-wordcloud: 2.0.0_echarts@5.4.0
|
||||||
element-plus: 2.2.19_vue@3.2.41
|
element-plus: 2.2.19_vue@3.2.41
|
||||||
intro.js: 6.0.0
|
intro.js: 6.0.0
|
||||||
|
js-cookie: 3.0.1
|
||||||
jsencrypt: 3.3.0
|
jsencrypt: 3.3.0
|
||||||
lodash-es: 4.17.21
|
lodash-es: 4.17.21
|
||||||
mitt: 3.0.0
|
mitt: 3.0.0
|
||||||
@ -4471,6 +4473,11 @@ packages:
|
|||||||
resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==}
|
resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/js-cookie/3.0.1:
|
||||||
|
resolution: {integrity: sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==}
|
||||||
|
engines: {node: '>=12'}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/js-sdsl/4.1.5:
|
/js-sdsl/4.1.5:
|
||||||
resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==}
|
resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==}
|
||||||
dev: true
|
dev: true
|
||||||
|
Loading…
Reference in New Issue
Block a user