初始化项目
parents
Showing
.browserslistrc
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
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
| { | ||
| "name": "patent_ty", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "lint": "vue-cli-service lint" | ||
| }, | ||
| "dependencies": { | ||
| "ant-design-vue": "^3.2.20", | ||
| "core-js": "^3.6.5", | ||
| "echarts": "^5.4.2", | ||
| "postcss-px2rem": "^0.3.0", | ||
| "px2rem-loader": "^0.1.9", | ||
| "vue": "^3.0.0", | ||
| "vue-router": "^4.0.0-0", | ||
| "vuex": "^4.0.0-0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "~4.5.15", | ||
| "@vue/cli-plugin-eslint": "~4.5.15", | ||
| "@vue/cli-plugin-router": "~4.5.15", | ||
| "@vue/cli-plugin-vuex": "~4.5.15", | ||
| "@vue/cli-service": "~4.5.15", | ||
| "@vue/compiler-sfc": "^3.0.0", | ||
| "babel-eslint": "^10.1.0", | ||
| "eslint": "^6.7.2", | ||
| "eslint-plugin-vue": "^7.0.0", | ||
| "less": "^3.0.4", | ||
| "less-loader": "^5.0.0" | ||
| } | ||
| } |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/fontFamily/font.css
0 → 100644
src/assets/fontFamily/jiangcheng.ttf
0 → 100644
File added
src/assets/logo.png
0 → 100644
6.69 KB
src/components/EchartsCon.vue
0 → 100644
src/components/HeaderCon.vue
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/components/SiderBar.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/static/home/index/icon-list01.png
0 → 100644
1.28 KB
src/static/home/index/icon-list02.png
0 → 100644
1.19 KB
src/static/home/index/icon-nav01-select.png
0 → 100644
427 Bytes
src/static/home/index/icon-nav01.png
0 → 100644
528 Bytes
src/static/home/index/icon-nav02-select.png
0 → 100644
717 Bytes
src/static/home/index/icon-nav02.png
0 → 100644
965 Bytes
src/static/home/index/icon-nav03-select.png
0 → 100644
376 Bytes
src/static/home/index/icon-nav03.png
0 → 100644
454 Bytes
src/static/home/index/icon-nav04-select.png
0 → 100644
353 Bytes
src/static/home/index/icon-nav04.png
0 → 100644
410 Bytes
src/static/home/index/icon-nav05-select.png
0 → 100644
544 Bytes
src/static/home/index/icon-nav05.png
0 → 100644
695 Bytes
src/static/home/index/icon-search.png
0 → 100644
593 Bytes
src/static/home/index/img-empty.png
0 → 100644
40.8 KB
src/static/home/index/img-index01.png
0 → 100644
373 KB
src/static/login/icon-glydl.png
0 → 100644
480 Bytes
src/static/login/icon-password.png
0 → 100644
392 Bytes
src/static/login/icon-user.png
0 → 100644
395 Bytes
src/static/login/icon-yzm.png
0 → 100644
406 Bytes
src/static/login/img-bg.png
0 → 100644
491 KB
src/static/login/img-login.png
0 → 100644
199 KB
src/static/login/logo-tylgd.png
0 → 100644
7.33 KB
src/store/index.js
0 → 100644
src/utils/rem.js
0 → 100644
src/views/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
src/views/company/index.vue
0 → 100644
src/views/follow/index.vue
0 → 100644
src/views/history/index.vue
0 → 100644
src/views/home/home.vue
0 → 100644
src/views/home/index.vue
0 → 100644
src/views/login/admin.vue
0 → 100644
src/views/login/forget.vue
0 → 100644
src/views/login/index.vue
0 → 100644
src/views/patent/index.vue
0 → 100644
src/views/patent/patentDetails.vue
0 → 100644
vue.config.js
0 → 100644
Please
register
or
sign in
to comment