init
parents
Showing
Makefile
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
{ | ||
"name": "psbc-gjjs", | ||
"description": "gjjs project", | ||
"author": "psbc", | ||
"private": true, | ||
"scripts": { | ||
"start": "webpack-dev-server --inline --hot --env.dev", | ||
"build": "rimraf dist && webpack -p --progress --hide-modules" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.19.2", | ||
"element-ui": "^2.13.2", | ||
"es6-promise": "^4.2.8", | ||
"vue": "^2.6.11", | ||
"vue-router": "^3.2.0", | ||
"vuex": "^3.4.0" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^6.6.0", | ||
"babel-core": "^6.24.1", | ||
"babel-loader": "^6.4.0", | ||
"babel-preset-vue-app": "^1.2.0", | ||
"css-loader": "^0.27.0", | ||
"file-loader": "^0.10.1", | ||
"html-webpack-plugin": "^2.24.1", | ||
"postcss-loader": "^1.3.3", | ||
"rimraf": "^2.5.4", | ||
"style-loader": "^0.13.2", | ||
"url-loader": "^0.5.8", | ||
"vue-loader": "^13.3.0", | ||
"vue-template-compiler": "^2.6.11", | ||
"webpack": "^2.4.1", | ||
"webpack-dev-server": "^2.4.2" | ||
} | ||
} |
postcss.config.js
0 → 100644
src/App.vue
0 → 100644
src/assets/head_bg.png
0 → 100755
11.8 KB
src/assets/login_bg.png
0 → 100755
2.6 MB
src/assets/menu_bottom.png
0 → 100644
13.8 KB
src/assets/title2.png
0 → 100755
8.69 KB
src/components/c-page.vue
0 → 100644
src/components/index.js
0 → 100644
src/config/CodeTable/index.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/index.html
0 → 100644
src/main.js
0 → 100644
src/routers/index.js
0 → 100644
src/service/Api.js
0 → 100644
src/store/I18NStore.js
0 → 100644
src/store/UserContext.js
0 → 100644
src/store/index.js
0 → 100644
src/vendor.js
0 → 100644
src/views/Business/BusRouter.js
0 → 100644
src/views/Business/Cptopn/BaoSong.vue
0 → 100644
src/views/Business/Cptopn/Basic.vue
0 → 100644
src/views/Business/Cptopn/Cmt100.vue
0 → 100644
src/views/Business/Cptopn/Dbb.vue
0 → 100644
src/views/Business/Cptopn/Dbe.vue
0 → 100644
src/views/Business/Cptopn/Dbj.vue
0 → 100644
src/views/Business/Cptopn/Dbw.vue
0 → 100644
src/views/Business/Cptopn/Doc.vue
0 → 100644
src/views/Business/Cptopn/Fee.vue
0 → 100644
src/views/Business/Cptopn/Fmt100.vue
0 → 100644
src/views/Business/Cptopn/Glelst.vue
0 → 100644
src/views/Business/Cptopn/Mt103.vue
0 → 100644
src/views/Business/Cptopn/Mt202.vue
0 → 100644
src/views/Business/Cptopn/Report.vue
0 → 100644
src/views/Business/Cptopn/index.vue
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/views/Business/Ditame/index.vue
0 → 100644
src/views/Business/Ditopn/index.vue
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/views/Business/Office/index.vue
0 → 100644
src/views/Business/Sptsel/index.vue
0 → 100644
src/views/Business/Trnrel/index.vue
0 → 100644
src/views/Business/Tstopn/CompA.vue
0 → 100644
src/views/Business/Tstopn/CompB.vue
0 → 100644
src/views/Business/Tstopn/CompC.vue
0 → 100644
src/views/Business/Tstopn/index.vue
0 → 100644
src/views/Business/index.vue
0 → 100644
src/views/Display/index.vue
0 → 100644
src/views/Layout/Header.vue
0 → 100644
src/views/Layout/SideMenu.vue
0 → 100644
src/views/Layout/index.vue
0 → 100644
src/views/Login/index.vue
0 → 100644
webpack.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.