Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/ShiJiTianKongDiPingTai
commit
20499f6127
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"i18n-ally.localesPaths": [
|
||||
"src/locales",
|
||||
"src/locales/lang",
|
||||
"public/resource/tinymce/langs"
|
||||
]
|
||||
}
|
||||
|
|
@ -92,9 +92,9 @@
|
|||
"element-plus": "^2.6.0",
|
||||
"exceljs": "^4.4.0",
|
||||
"highlight.js": "^11.9.0",
|
||||
"js-md5": "^0.8.3",
|
||||
"kml-geojson": "^1.2.2",
|
||||
"localforage": "^1.10.0",
|
||||
"js-md5": "^0.8.3",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"mapbox-gl": "^3.3.0",
|
||||
|
|
@ -140,6 +140,7 @@
|
|||
"@types/crypto-js": "^4.2.1",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/mockjs": "^1.0.10",
|
||||
"@types/node": "^20.10.6",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/qs": "^6.9.11",
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"declaration": false,
|
||||
"types": ["vite/client"],
|
||||
"types": ["vite/client","node"],
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"#/*": ["types/*"],
|
||||
"#/*": ["types/*"]
|
||||
},
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "node"
|
||||
|
|
|
|||
Loading…
Reference in New Issue