Skip to content

Latest commit

 

History

History
151 lines (150 loc) · 3.9 KB

Tree.md

File metadata and controls

151 lines (150 loc) · 3.9 KB
|-- public
|   |-- static
|   |   |-- images
|   |   |   |-- eduroam
|   |   |   |   |-- 1.png
|   |   |   |   |-- 10.png
|   |   |   |   |-- 11.png
|   |   |   |   |-- 12.png
|   |   |   |   |-- 13.png
|   |   |   |   |-- 14.png
|   |   |   |   |-- 15.png
|   |   |   |   |-- 16.png
|   |   |   |   |-- 17.png
|   |   |   |   |-- 18.png
|   |   |   |   |-- 19.png
|   |   |   |   |-- 2.png
|   |   |   |   |-- 20.png
|   |   |   |   |-- 21.png
|   |   |   |   |-- 22.png
|   |   |   |   |-- 23.png
|   |   |   |   |-- 24.png
|   |   |   |   |-- 25.png
|   |   |   |   |-- 26.png
|   |   |   |   |-- 27.png
|   |   |   |   |-- 28.png
|   |   |   |   |-- 29.png
|   |   |   |   |-- 3.png
|   |   |   |   |-- 30.png
|   |   |   |   |-- 31.png
|   |   |   |   |-- 32.png
|   |   |   |   |-- 33.png
|   |   |   |   |-- 34.png
|   |   |   |   |-- 35.png
|   |   |   |   |-- 36.png
|   |   |   |   |-- 37.png
|   |   |   |   |-- 38.png
|   |   |   |   |-- 39.png
|   |   |   |   |-- 4.png
|   |   |   |   |-- 40.png
|   |   |   |   |-- 41.png
|   |   |   |   |-- 42.png
|   |   |   |   |-- 43.png
|   |   |   |   |-- 5.png
|   |   |   |   |-- 6.png
|   |   |   |   |-- 7.png
|   |   |   |   |-- 8.png
|   |   |   |   └-- 9.png
|   |   |-- ionicons
|   |   |   |-- add
|   |   |   |   |-- iconfont.eot
|   |   |   |   |-- iconfont.svg
|   |   |   |   |-- iconfont.ttf
|   |   |   |   |-- iconfont.woff
|   |   |   |   └-- iconfont.woff2
|   |   |   |-- fonts
|   |   |   |   |-- ionicons.eot
|   |   |   |   |-- ionicons.ttf
|   |   |   |   └-- ionicons.woff2
|   |   |   └-- ionicons.min.css
|   |   |-- pdf
|   |   |   └-- 西北工业大学eduroam连接指南.pdf
|   |-- favicon.ico
|   └-- index.html
|-- src
|   |-- assets
|   |   |-- json
|   |   |   └-- country.json
|   |   |-- less
|   |   |   |-- conf.less
|   |   |   |-- init.less
|   |   |   └-- main.less
|   |-- components
|   |   |-- canvasBg
|   |   |   └-- index.vue
|   |   |-- captcha
|   |   |   └-- index.vue
|   |   |-- draggable
|   |   |   └-- index.vue
|   |   |-- resAnimate
|   |   |   └-- index.vue
|   |   |-- visitorInfo
|   |   |   └-- oprLog.vue
|   |-- utils
|   |   |-- fieldMap.js
|   |   └-- index.js
|   |-- views
|   |   |-- layout
|   |   |   |-- documents
|   |   |   |   └-- Link.vue
|   |   |   |-- logMgr
|   |   |   |   |-- account
|   |   |   |   |   └-- index.vue
|   |   |   |   |-- authenticate
|   |   |   |   |   └-- index.vue
|   |   |   |   |-- detail
|   |   |   |   |   └-- index.vue
|   |   |   |   |-- login
|   |   |   |   |   └-- index.vue
|   |   |   |   |-- operate
|   |   |   |   |   └-- index.vue
|   |   |   |   |-- system
|   |   |   |   |   └-- index.vue
|   |   |   |-- netMgr
|   |   |   |   |-- areaMgr.vue
|   |   |   |   |-- batchBind.vue
|   |   |   |   |-- customize.vue
|   |   |   |   |-- defControl.vue
|   |   |   |   |-- domainBind.vue
|   |   |   |   |-- groupBind.vue
|   |   |   |   |-- index.vue
|   |   |   |   └-- sourceMgr.vue
|   |   |   |-- public
|   |   |   |   |-- Header.vue
|   |   |   |   └-- Nav.vue
|   |   |   |-- status
|   |   |   |   |-- domain
|   |   |   |   |   └-- index.vue
|   |   |   |   |-- log
|   |   |   |   |   └-- index.vue
|   |   |   |   |-- online
|   |   |   |   |   |-- analy.vue
|   |   |   |   |   |-- index.vue
|   |   |   |   |   └-- visit.vue
|   |   |   |   |-- visitor
|   |   |   |   |   |-- Composition.vue
|   |   |   |   |   |-- Count.vue
|   |   |   |   |   |-- Daily.vue
|   |   |   |   |   |-- Roaming.vue
|   |   |   |   |   |-- Top.vue
|   |   |   |   |   └-- index.vue
|   |   |   |-- visitorMgr
|   |   |   |   |-- addVisitor.vue
|   |   |   |   |-- index.vue
|   |   |   |   └-- visitorInfo.vue
|   |   |   └-- index.vue
|   |   └-- Login.vue
|   |-- App.vue
|   |-- config.js
|   |-- main.js
|   |-- router.js
|   └-- store.js
|-- .gitignore
|-- README.md
|-- Tree.md
|-- babel.config.js
|-- package-lock.json
|-- package.json
└-- tree.js