manager
parents
Showing
.browserslistrc
0 → 100644
.env
0 → 100644
.env.development
0 → 100644
.eslintrc.js
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": "jeepay-ui-manager", | ||
| "version": "1.10.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "test:unit": "vue-cli-service test:unit", | ||
| "lint": "vue-cli-service lint", | ||
| "build:preview": "vue-cli-service build --mode preview", | ||
| "lint:nofix": "vue-cli-service lint --no-fix" | ||
| }, | ||
| "dependencies": { | ||
| "@ant-design-vue/pro-layout": "^1.0.7", | ||
| "@antv/data-set": "^0.10.2", | ||
| "@antv/g2plot": "^2.3.21", | ||
| "@antv/util": "^2.0.13", | ||
| "ant-design-vue": "^1.7.2", | ||
| "axios": "^0.19.0", | ||
| "core-js": "^3.1.2", | ||
| "enquire.js": "^2.1.6", | ||
| "js-base64": "^2.5.2", | ||
| "lodash.clonedeep": "^4.5.0", | ||
| "lodash.get": "^4.4.2", | ||
| "lodash.pick": "^4.4.0", | ||
| "md5": "^2.2.1", | ||
| "mockjs2": "1.0.8", | ||
| "moment": "^2.24.0", | ||
| "nprogress": "^0.2.0", | ||
| "store": "^2.0.12", | ||
| "viser-vue": "^2.4.6", | ||
| "vue": "^2.6.10", | ||
| "vue-clipboard2": "^0.2.1", | ||
| "vue-cropper": "0.4.9", | ||
| "vue-i18n": "^8.17.4", | ||
| "vue-quill-editor": "^3.0.6", | ||
| "vue-router": "^3.1.2", | ||
| "vue-svg-component-runtime": "^1.0.1", | ||
| "vuex": "^3.1.1", | ||
| "wangeditor": "^3.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@ant-design/colors": "^3.2.1", | ||
| "@vue/cli-plugin-babel": "^4.0.4", | ||
| "@vue/cli-plugin-eslint": "^4.0.4", | ||
| "@vue/cli-plugin-router": "^4.0.4", | ||
| "@vue/cli-plugin-unit-jest": "^4.0.4", | ||
| "@vue/cli-plugin-vuex": "^4.0.4", | ||
| "@vue/cli-service": "^4.0.4", | ||
| "@vue/eslint-config-standard": "^4.0.0", | ||
| "@vue/test-utils": "^1.0.0-beta.29", | ||
| "babel-eslint": "^10.0.1", | ||
| "babel-plugin-import": "^1.12.2", | ||
| "babel-plugin-transform-remove-console": "^6.9.4", | ||
| "eslint": "^5.16.0", | ||
| "eslint-plugin-html": "^5.0.0", | ||
| "eslint-plugin-vue": "^5.2.3", | ||
| "git-revision-webpack-plugin": "^3.0.6", | ||
| "less": "^3.0.4", | ||
| "less-loader": "^5.0.0", | ||
| "opencollective": "^1.0.3", | ||
| "opencollective-postinstall": "^2.0.2", | ||
| "style-resources-loader": "^1.4.1", | ||
| "vue-cli-plugin-style-resources-loader": "^0.1.5", | ||
| "vue-svg-icon-loader": "^2.1.1", | ||
| "vue-template-compiler": "^2.6.10", | ||
| "webpack-theme-color-replacer": "^1.3.12" | ||
| } | ||
| } | 
postcss.config.js
0 → 100644
public/imgs/defava_f.png
0 → 100644
 
5.97 KB
public/imgs/defava_m.png
0 → 100644
 
5.93 KB
public/imgs/favicon.ico
0 → 100644
File added
public/imgs/logo.svg
0 → 100644
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/login.js
0 → 100644
src/api/manage.js
0 → 100644
src/assets/logo-j.svg
0 → 100644
src/assets/logo.svg
0 → 100644
src/assets/styles/color.css
0 → 100644
src/assets/styles/color.less
0 → 100644
src/assets/svg/403.svg
0 → 100644
src/assets/svg/404.svg
0 → 100644
src/assets/svg/500.svg
0 → 100644
src/assets/svg/add-icon-hover.svg
0 → 100644
src/assets/svg/add-icon.svg
0 → 100644
src/assets/svg/background.svg
0 → 100644
src/assets/svg/backgroundold.svg
0 → 100644
src/assets/svg/code.svg
0 → 100644
src/assets/svg/empty.svg
0 → 100644
src/assets/svg/jeepay.svg
0 → 100644
src/assets/svg/lock.svg
0 → 100644
src/assets/svg/mini-logo.svg
0 → 100644
src/assets/svg/more.svg
0 → 100644
src/assets/svg/operate.svg
0 → 100644
src/assets/svg/scroll_down.svg
0 → 100644
src/assets/svg/scroll_left.svg
0 → 100644
src/assets/svg/scroll_right.svg
0 → 100644
src/assets/svg/scroll_up.svg
0 → 100644
src/assets/svg/select-code.svg
0 → 100644
src/assets/svg/select-lock.svg
0 → 100644
src/assets/svg/select-user.svg
0 → 100644
src/assets/svg/user.svg
0 → 100644
src/components/GlobalFooter/index.vue
0 → 100644
src/components/GlobalHeader/RightContent.vue
0 → 100644
src/components/GlobalLoad/GlobalLoad.vue
0 → 100644
src/components/JeepayCard/JeepayCard.vue
0 → 100644
src/components/JeepayTable/JeepayTable.vue
0 → 100644
src/components/JeepayTextUp/JeepayTextUp.vue
0 → 100644
src/components/JeepayUpload/JeepayUpload.vue
0 → 100644
src/components/NProgress/nprogress.less
0 → 100644
src/config/appConfig.js
0 → 100644
src/core/bootstrap.js
0 → 100644
src/core/lazy_use.js
0 → 100644
src/core/use.js
0 → 100644
src/global.less
0 → 100644
src/http/HttpRequest.js
0 → 100644
src/http/request.js
0 → 100644
src/layouts/BasicLayout.less
0 → 100644
src/layouts/BasicLayout.vue
0 → 100644
src/layouts/BlankLayout.vue
0 → 100644
src/layouts/PageView.vue
0 → 100644
src/layouts/RouteView.vue
0 → 100644
src/layouts/UserLayout.vue
0 → 100644
src/layouts/index.js
0 → 100644
src/main.js
0 → 100644
src/permission.js
0 → 100644
src/router/generator-routers.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/async-router.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/utils/domUtil.js
0 → 100644
src/utils/filter.js
0 → 100644
src/utils/infoBox.js
0 → 100644
src/utils/jeepayStorageWrapper.js
0 → 100644
src/utils/screenLog.js
0 → 100644
src/utils/util.js
0 → 100644
src/utils/utils.less
0 → 100644
src/views/current/AvatarModal.vue
0 → 100644
src/views/current/UserinfoPage.vue
0 → 100644
src/views/dashboard/Analysis.vue
0 → 100644
src/views/dashboard/empty.vue
0 → 100644
src/views/dashboard/index.css
0 → 100644
src/views/dashboard/index.less
0 → 100644
src/views/ent/AddOrEdit.vue
0 → 100644
src/views/ent/EntPage.vue
0 → 100644
src/views/exception/403.vue
0 → 100644
src/views/exception/404.vue
0 → 100644
src/views/exception/500.vue
0 → 100644
src/views/isv/AddOrEdit.vue
0 → 100644
src/views/isv/IsvList.vue
0 → 100644
src/views/isv/IsvPayIfConfigList.vue
0 → 100644
src/views/isv/custom/AlipayPayConfig.vue
0 → 100644
src/views/isv/custom/WxpayPayConfig.vue
0 → 100644
src/views/mch/AddOrEdit.vue
0 → 100644
src/views/mch/Detail.vue
0 → 100644
src/views/mch/MchList.vue
0 → 100644
src/views/mchApp/AddOrEdit.vue
0 → 100644
src/views/mchApp/AlipayAuth.vue
0 → 100644
src/views/mchApp/List.vue
0 → 100644
src/views/mchApp/MchPayConfigAddOrEdit.vue
0 → 100644
src/views/mchApp/MchPayIfConfigList.vue
0 → 100644
src/views/mchApp/MchPayPassageAddOrEdit.vue
0 → 100644
src/views/mchApp/custom/AlipayPayConfig.vue
0 → 100644
src/views/mchApp/custom/WxpayPayConfig.vue
0 → 100644
src/views/order/notify/MchNotifyList.vue
0 → 100644
src/views/order/pay/PayOrderList.vue
0 → 100644
src/views/order/pay/RefundModal.vue
0 → 100644
src/views/order/refund/RefundOrderList.vue
0 → 100644
src/views/payconfig/payIfDefine/List.vue
0 → 100644
src/views/payconfig/payWay/AddOrEdit.vue
0 → 100644
src/views/payconfig/payWay/List.vue
0 → 100644
src/views/role/Add.vue
0 → 100644
src/views/role/AddOrEdit.vue
0 → 100644
src/views/role/RoleDist.vue
0 → 100644
src/views/role/RolePage.vue
0 → 100644
src/views/sys/config/SysConfig.vue
0 → 100644
src/views/sys/log/SysLog.vue
0 → 100644
src/views/sysuser/AddOrEdit.vue
0 → 100644
src/views/sysuser/RoleDist.vue
0 → 100644
src/views/sysuser/SysUserPage.vue
0 → 100644
src/views/user/Login.vue
0 → 100644
tests/unit/.eslintrc.js
0 → 100644
vue.config.js
0 → 100644
Please
register
or
sign in
to comment
