gitextract_t8uq2tzh/ ├── .editorconfig ├── .github/ │ └── workflows/ │ └── deploy.yml ├── .gitignore ├── .prettierrc ├── .vscode/ │ └── extensions.json ├── README.md ├── index.html ├── package.json ├── src/ │ ├── App.vue │ ├── common/ │ │ └── load-bmap.js │ ├── components/ │ │ ├── Footer.vue │ │ ├── GoTop.vue │ │ └── Header.vue │ ├── main.js │ ├── router/ │ │ └── index.js │ ├── style.css │ └── view/ │ ├── CompanyIntroduction.vue │ ├── ContactUs.vue │ ├── HomePage.vue │ ├── JobChance.vue │ ├── NewsInformation.vue │ ├── PageView.vue │ ├── Service.vue │ ├── ServiceDetail.vue │ ├── Software.vue │ ├── Software_bigData.vue │ └── Software_smartTown.vue └── vite.config.js