后台管理界面(vue2)
Go to file
580f832a86 主驾的人员选择从潜航员中选;选好左、右舷人员,下方单位自动填写;数据检索查询列表以弹窗形式展示; 2024-10-21 17:17:02 +08:00
build init 2024-07-11 18:02:47 +08:00
config 增加地图从参数请求 2024-07-20 11:25:13 +08:00
src 主驾的人员选择从潜航员中选;选好左、右舷人员,下方单位自动填写;数据检索查询列表以弹窗形式展示; 2024-10-21 17:17:02 +08:00
static 增加了灰度地图和底图切换按钮 2024-10-16 15:22:42 +08:00
test init 2024-07-11 18:02:47 +08:00
.babelrc init 2024-07-11 18:02:47 +08:00
.editorconfig init 2024-07-11 18:02:47 +08:00
.eslintignore init 2024-07-11 18:02:47 +08:00
.eslintrc.js init 2024-07-11 18:02:47 +08:00
.gitignore init 2024-07-11 18:02:47 +08:00
.postcssrc.js init 2024-07-11 18:02:47 +08:00
README.md init 2024-07-11 18:02:47 +08:00
bable.config.js init 2024-07-11 18:02:47 +08:00
index.html 标题栏图标改为 logo_map.png 2024-10-15 16:36:51 +08:00
package-lock.json 更新依赖包版本 2024-09-27 17:58:15 +08:00
package.json 完成批量上传 2024-08-02 16:56:07 +08:00

README.md

vue-cil2.0-template

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test