后台管理界面(vue2)
Go to file
zhangqi a8a3ce85b5 新增修改资料和修改密码功能 2025-09-09 15:33:31 +08:00
build init 2024-07-11 18:02:47 +08:00
config 2025/4/23提交 2025-04-23 13:48:08 +08:00
src 新增修改资料和修改密码功能 2025-09-09 15:33:31 +08:00
static 更新地图交互方式,底图改为使用世界影像地图。 2025-09-08 19:28:19 +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 首页调整 2025-09-08 09:38:12 +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