天网犬只识别系统架构初始搭建
Showing
.browserslistrc
0 → 100644
.env
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
babel.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
File added
File added
File added
src/assets/logo.png
0 → 100644
6.69 KB
src/assets/scss/base.scss
0 → 100644
src/assets/scss/index.scss
0 → 100644
src/assets/scss/resest.scss
0 → 100644
src/configs/apiConfig.ts
0 → 100644
src/layout/data.d.ts
0 → 100644
src/layout/index.vue
0 → 100644
src/layout/main.vue
0 → 100644
src/layout/nav.vue
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/service/CameraService.ts
0 → 100644
src/shims-tsx.d.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/types/response.ts
0 → 100644
src/utils/constant.ts
0 → 100644
src/utils/eventBus.ts
0 → 100644
src/utils/http.ts
0 → 100644
src/utils/rem.ts
0 → 100644
src/views/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
src/views/demo/index.vue
0 → 100644
src/views/dogHot/index.vue
0 → 100644
tsconfig.json
0 → 100644
vue.config.js
0 → 100644