铁塔

gitboyzcf 29cfe81b0e master: Fixed 修复 1 month ago
.vscode 5225d842fc master: add 添加 5 months ago
public a6178a3779 master: Fixed 铁塔整体更新 接口、视频插件 3 months ago
src 29cfe81b0e master: Fixed 修复 1 month ago
.env 5225d842fc master: add 添加 5 months ago
.env.development a6178a3779 master: Fixed 铁塔整体更新 接口、视频插件 3 months ago
.eslintrc-auto-import.json 5225d842fc master: add 添加 5 months ago
.eslintrc.cjs 5225d842fc master: add 添加 5 months ago
.gitignore 5225d842fc master: add 添加 5 months ago
.prettierrc.json 5225d842fc master: add 添加 5 months ago
README.md 25d65207b5 更新 'README.md' 5 months ago
index.html 5219366377 master: Fixed 问题更改 接口更换 5 months ago
package.json a6178a3779 master: Fixed 铁塔整体更新 接口、视频插件 3 months ago
pnpm-lock.yaml a6178a3779 master: Fixed 铁塔整体更新 接口、视频插件 3 months ago
vite.config.js 33d21faaaf master: Fixed 优化界面 更换接口 5 months ago

README.md

铁塔大视野

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint

目录介绍

  • PanoramicSituation 全景态势
  • Glance 一点即视
  • SystemSettings 系统设置
  • TagManagement 标签管理
  • RemotePlayback 远程回放
  • AdvancedLinkage 高级联动

特性

  • 🔥 使用 新的 <script setup> 语法

  • 📥 API 自动加载 - 直接使用 Composition API 无需引入

  • 🌍 API 采用模块化自动导入方式根据demo.js文件设置接口,以API_xxx_method的方式命名,在请求时无需导入 直接使用useRequest()函数返回参数以解构的方式获取,拿到即为写入的接口