初始化模板仓库
Showing
with
2634 additions
and
31 deletions
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -7,9 +7,14 @@ | ... | @@ -7,9 +7,14 @@ |
"build": "vue-cli-service build" | "build": "vue-cli-service build" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"ant-design-vue": "^4.0.3", | |||
"axios": "^1.5.0", | |||
"core-js": "^3.8.3", | "core-js": "^3.8.3", | ||
"pinia": "^2.1.6", | |||
"svg-sprite-loader": "^6.0.11", | |||
"vue": "^3.2.13", | "vue": "^3.2.13", | ||
"vue-router": "^4.0.3" | "vue-router": "^4.0.3", | ||
"vue-svg-loader": "^0.16.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@vue/cli-plugin-babel": "~5.0.0", | "@vue/cli-plugin-babel": "~5.0.0", | ||
... | ... |
src/Layout/BasicLayout.vue
0 → 100644
src/Layout/components/Header.vue
0 → 100644
src/Layout/components/MenuItem.vue
0 → 100644
src/Layout/components/SideMenu.vue
0 → 100644
src/Layout/components/test.jsx
0 → 100644
src/assets/icons/addSiteBtn.svg
0 → 100644
src/assets/icons/backend-config.svg
0 → 100644
src/assets/icons/businessScreen.svg
0 → 100644
src/assets/icons/bx-analyse.svg
0 → 100644
src/assets/icons/data-statistics.svg
0 → 100644
src/assets/icons/download.svg
0 → 100644
src/assets/icons/export.svg
0 → 100644
src/assets/icons/finanicalServer.svg
0 → 100644
src/assets/icons/marketing-activities.svg
0 → 100644
src/assets/icons/news.svg
0 → 100644
src/assets/icons/notice.png
0 → 100644

1008 Bytes
src/assets/icons/open.png
0 → 100644

960 Bytes
src/assets/icons/operation-log.svg
0 → 100644
src/assets/icons/performance.svg
0 → 100644
src/assets/icons/permission.svg
0 → 100644
src/assets/icons/production-info.svg
0 → 100644
src/assets/icons/report-statistics.svg
0 → 100644
src/assets/icons/screen-revenue.svg
0 → 100644
src/assets/icons/trumpet.svg
0 → 100644
src/assets/icons/user-info.svg
0 → 100644
src/assets/icons/vehicle.svg
0 → 100644
src/assets/images/login_bg.png
0 → 100644

225 KB
src/assets/images/login_title.png
0 → 100644

121 KB
src/components/SvgIcon.vue
0 → 100644
src/config/router.config.js
0 → 100644
src/core/icons.js
0 → 100644
src/global.scss
0 → 100644
src/hooks/useSystem.js
0 → 100644
src/permission.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/permission.js
0 → 100644
src/store/modules/system.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/utils/domTools.js
0 → 100644
src/views/ComplainManage/index.vue
0 → 100644
src/views/DeviceManage/index.vue
0 → 100644
src/views/Exception/404.vue
0 → 100644
src/views/Login.vue
0 → 100644
src/views/ProductManage/index.vue
0 → 100644
src/views/SIMCardManage/index.vue
0 → 100644
src/views/StoreManage/index.vue
0 → 100644
src/views/Tenant/CreateTenant.vue
0 → 100644
src/views/Tenant/TenantList.vue
0 → 100644
src/views/WorkBench/WorkBench.vue
0 → 100644
src/views/WorkBench/marker.json
0 → 100644
src/views/WorkBench/mockData.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/views/WorkBench/test.json
0 → 100644
Please
register
or
sign in
to comment