update
Showing
with
1280 additions
and
152 deletions
.env
0 → 100644
File mode changed
.env.development
0 → 100644
.env.production
0 → 100644
.env.staging
0 → 100644
... | ... | @@ -7,8 +7,13 @@ |
"build": "vue-cli-service build" | ||
}, | ||
"dependencies": { | ||
"@types/qs": "^6.9.3", | ||
"amfe-flexible": "^2.2.1", | ||
"axios": "^0.19.2", | ||
"core-js": "^3.6.4", | ||
"oidc-client": "^1.10.1", | ||
"qs": "^6.9.4", | ||
"qs.js": "^0.1.12", | ||
"vant": "^2.8.3", | ||
"vue": "^2.6.11", | ||
"vue-axios": "^2.1.5", | ||
... | ... |
src/api/axios.ts
deleted
100644 → 0
src/api/index.ts
deleted
100644 → 0
src/common/SecurityService.ts
0 → 100644
src/common/callback.ts
0 → 100644
src/common/silent-renew.ts
0 → 100644
src/router/employee/employee-router.ts
0 → 100644
src/services/employee/employeeService.ts
0 → 100644
src/services/index.ts
0 → 100644
src/services/install.ts
0 → 100644
src/servicesImpl/employee/employeeImpl.ts
0 → 100644
src/store/modules/employee.ts
0 → 100644
src/store/types.ts
0 → 100644
src/types/index.ts
0 → 100644
src/utils/http.ts
0 → 100644
src/utils/method.ts
0 → 100644
src/utils/public.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/urls.ts
0 → 100644
src/vue.d.ts
0 → 100644
vue.config.js
0 → 100644
Please
register
or
sign in
to comment