设备地图调整,登录页面搭建,配置信息修改
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.env.staging
0 → 100644
.eslintrc-auto-import.json
0 → 100644
.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
node_modules/vue-baidu-map
deleted
120000 → 0
| ... | ... | @@ -13,9 +13,14 @@ |
| "@bmapgl-plugin/cluster": "^0.0.10", | ||
| "@element-plus/icons-vue": "^2.3.2", | ||
| "@tailwindcss/postcss": "^4.1.13", | ||
| "axios": "^1.12.2", | ||
| "echarts": "^6.0.0", | ||
| "element-plus": "^2.11.2", | ||
| "js-cookie": "^3.0.5", | ||
| "jsencrypt": "^3.5.4", | ||
| "mitt": "^3.0.1", | ||
| "nprogress": "^0.2.0", | ||
| "pinia": "^3.0.3", | ||
| "postcss": "^8.5.6", | ||
| "tailwindcss": "^4.1.13", | ||
| "vue": "^3.5.18", | ||
| ... | ... | @@ -24,6 +29,8 @@ |
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^24.3.1", | ||
| "@types/js-cookie": "^3.0.6", | ||
| "@types/nprogress": "^0.2.3", | ||
| "@vitejs/plugin-vue": "^6.0.1", | ||
| "@vue/tsconfig": "^0.7.0", | ||
| "sass": "^1.92.1", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
src/api/login.ts
0 → 100644
src/api/office.ts
0 → 100644
src/api/tunnelProjectNumCount.ts
0 → 100644
src/assets/images/come.png
0 → 100644
24.5 KB
src/assets/images/dark.svg
0 → 100644
src/assets/images/light.svg
0 → 100644
src/assets/images/login-background.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/login-center-bg.png
0 → 100644
37.8 KB
src/assets/images/login-center-bg1.png
0 → 100644
73.9 KB
src/assets/images/pay.png
0 → 100644
137 KB
src/assets/images/profile.jpg
0 → 100644
79.2 KB
src/permission.ts
0 → 100644
src/plugins/auth.ts
0 → 100644
src/plugins/cache.ts
0 → 100644
src/plugins/index.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/modules/dict.ts
0 → 100644
src/store/modules/user.ts
0 → 100644
src/utils/auth.ts
0 → 100644
src/utils/errorCode.ts
0 → 100644
src/utils/jsencrypt.ts
0 → 100644
src/utils/request.ts
0 → 100644
src/utils/ruoyi.ts
0 → 100644
src/utils/validate.js
0 → 100644
src/views/components/MapEcharts copy.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/components/mapData.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login.vue
0 → 100644
src/views/login1.vue
0 → 100644
src/views/redirect/index.vue
0 → 100644