File tree Expand file tree Collapse file tree 4 files changed +2
-199
lines changed
Expand file tree Collapse file tree 4 files changed +2
-199
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " ruoyi-vue-plus" ,
4- "version" : " 5.3.1-BETA2_2 .3.0-BETA2 " ,
4+ "version" : " 5.3.1-2 .3.0" ,
55 "description" : " RuoYi-Vue-Plus多租户管理系统" ,
66 "author" : " LionLi" ,
77 "license" : " MIT" ,
3131 "echarts" : " 5.5.0" ,
3232 "element-plus" : " 2.8.8" ,
3333 "file-saver" : " 2.0.5" ,
34- "fuse.js" : " 7.0.0" ,
3534 "highlight.js" : " 11.9.0" ,
3635 "image-conversion" : " 2.1.1" ,
3736 "js-cookie" : " 3.0.5" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 <template #prefix ><svg-icon icon-class =" company" class =" el-input__icon input-icon" /></template >
2222 </el-select >
2323
24- <!-- <header-search id="header-search" class="right-menu-item" /> -->
2524 <search-menu ref =" searchMenuRef" />
2625 <el-tooltip content =" 搜索" effect =" dark" placement =" bottom" >
2726 <div class =" right-menu-item hover-effect" @click =" openSearchMenu" >
Original file line number Diff line number Diff line change 1- import JSEncrypt from 'jsencrypt' ;
1+ import JSEncrypt from 'jsencrypt/bin/jsencrypt.min.js ' ;
22// 密钥对生成 http://web.chacuo.net/netrsakeypair
33
44const publicKey = import . meta. env . VITE_APP_RSA_PUBLIC_KEY ;
You can’t perform that action at this time.
0 commit comments