fix(产业融合发展): 部署版本0.0.3 - 打包相对路径
正在显示
.env
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
.vscode/settings.json
0 → 100644
index.html
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
| { | |||
| "name": "vue3-app", | |||
| "version": "0.0.0", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build", | |||
| "serve": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "@element-plus/icons": "0.0.11", | |||
| "@vitejs/plugin-legacy": "^1.6.1", | |||
| "@vitejs/plugin-vue-jsx": "^1.2.0", | |||
| "@vue/babel-plugin-jsx": "^1.1.1", | |||
| "axios": "^0.22.0", | |||
| "echarts": "^5.2.1", | |||
| "element-plus": "^1.1.0-beta.19", | |||
| "install": "^0.13.0", | |||
| "node-sass": "^6.0.1", | |||
| "npm": "^8.1.0", | |||
| "path": "^0.12.7", | |||
| "sass": "^1.43.2", | |||
| "sass-loader": "^12.2.0", | |||
| "style-loader": "^3.3.0", | |||
| "vite-plugin-mocker": "^1.0.7", | |||
| "vue": "^3.2.16", | |||
| "vue-router": "^4.0.11" | |||
| }, | |||
| "devDependencies": { | |||
| "@vitejs/plugin-vue": "^1.9.3", | |||
| "eslint": "^7.32.0", | |||
| "eslint-plugin-vue": "^7.19.1", | |||
| "typescript": "^4.4.3", | |||
| "vite": "^2.6.4", | |||
| "vue-tsc": "^0.3.0" | |||
| } | |||
| } |
public/favicon.ico
0 → 100644
4.2 KB
public/mocks/app/navList.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.7 KB
src/assets/scss/common.scss
0 → 100644
src/axios/index.ts
0 → 100644
src/axios/responseMiddle.ts
0 → 100644
src/components/mapTitle/index.vue
0 → 100644
src/env.d.ts
0 → 100644
src/layout/head.vue
0 → 100644
src/layout/service.ts
0 → 100644
src/main.ts
0 → 100644
src/route/evaluatIndicator.ts
0 → 100644
src/route/index.ts
0 → 100644
src/route/navigation.tsx
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tsconfig.json
0 → 100644
vite.config.ts
0 → 100644