绿通前台代码
parent
1028292c9a
commit
c3a7e702e2
@ -0,0 +1,30 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8"/>
|
||||||
|
<link rel="icon" href="/favicon.ico"/>
|
||||||
|
<link rel="stylesheet" href="./src/util/css/loading.css">
|
||||||
|
<title></title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app">
|
||||||
|
<div class="loading">
|
||||||
|
<div class="loading-wrap">
|
||||||
|
<div class="loading-dots">
|
||||||
|
<span class="dot dot-spin">
|
||||||
|
<i></i>
|
||||||
|
<i></i>
|
||||||
|
<i></i>
|
||||||
|
<i></i>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="loading-title">
|
||||||
|
正在缓冲...
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script type="module" src="/src/main.js"></script>
|
||||||
|
<script type="text/javascript" src="../static/bmapOffline/map_load.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
File diff suppressed because it is too large
Load Diff
@ -1,33 +1,41 @@
|
|||||||
{
|
{
|
||||||
"name": "complaintmanagerview",
|
"name": "whitelistmanagersysview",
|
||||||
"private": true,
|
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
"dev": "vite",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@element-plus/icons-vue": "^2.3.1",
|
"@element-plus/icons-vue": "^2.0.6",
|
||||||
"@pureadmin/utils": "^1.10.1",
|
"all": "^0.0.0",
|
||||||
"axios": "^1.6.2",
|
"axios": "^0.27.2",
|
||||||
"element-plus": "^2.4.4",
|
"echarts": "^5.4.2",
|
||||||
"moment": "^2.30.1",
|
"element-plus": "^2.2.7",
|
||||||
"qs": "^6.11.2",
|
"hooks": "^0.3.2",
|
||||||
"typeit": "^8.8.0",
|
"lib-flexible": "^0.3.2",
|
||||||
"vue": "^3.3.11",
|
"lib-flexible-computer": "^1.0.2",
|
||||||
"vue-cookies": "^1.8.3",
|
"moment": "^2.29.4",
|
||||||
"vue-i18n": "^9.8.0",
|
"postcss-pxtorem": "^6.0.0",
|
||||||
"vue-router": "^4.2.5"
|
"px2rem-loader": "^0.1.9",
|
||||||
|
"qs": "^6.11.0",
|
||||||
|
"sass": "^1.50.1",
|
||||||
|
"sass-loader": "^7.3.1",
|
||||||
|
"vue": "^3.1.5",
|
||||||
|
"vue-axios": "^3.4.1",
|
||||||
|
"vue-cookies": "^1.8.1",
|
||||||
|
"vue-router": "^4.0.16",
|
||||||
|
"vue-session": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/uuid": "^9.0.7",
|
"@vitejs/plugin-vue": "^2.3.3",
|
||||||
"@vitejs/plugin-vue": "^4.5.2",
|
"px2rem-loader": "^0.1.9",
|
||||||
"less": "^4.2.0",
|
"unplugin-auto-import": "^0.16.4",
|
||||||
"sass": "^1.69.5",
|
"unplugin-vue-components": "^0.25.1",
|
||||||
"unplugin-auto-import": "^0.17.2",
|
"vite": "^2.9.16",
|
||||||
"unplugin-vue-components": "^0.26.0",
|
"vite-plugin-optimize-persist": "^0.1.2",
|
||||||
"vite": "^5.0.8"
|
"vite-plugin-package-config": "^0.1.1",
|
||||||
|
"vue-cli-plugin-element-plus": "0.0.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue