add: 添加好办 webview 页面
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/logo.png
0 → 100644
6.69 KB
build/utils.js
0 → 100644
build/vue-loader.conf.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.dev.conf.js
0 → 100644
build/webpack.prod.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/proxyList.js
0 → 100644
dist/favicon.ico
0 → 100644
File added
dist/index.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/css/index.less
0 → 100644
dist/static/css/public.css
0 → 100644
dist/static/css/variable.less
0 → 100644
dist/static/font/demo.css
0 → 100644
dist/static/font/demo_fontclass.html
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/demo_symbol.html
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/demo_unicode.html
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/iconfont.css
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/iconfont.eot
0 → 100644
File added
dist/static/font/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/iconfont.ttf
0 → 100644
File added
dist/static/font/iconfont.woff
0 → 100644
File added
dist/static/fonts/element-icons.6f0a763.ttf
0 → 100644
File added
dist/static/fonts/iconfont.92fe21c.eot
0 → 100644
File added
dist/static/fonts/iconfont.a9c4527.ttf
0 → 100644
File added
dist/static/img/arrow.png
0 → 100644
2.82 KB
dist/static/img/card-mould-logo.png
0 → 100644
2.3 KB
dist/static/img/credit-detail_bg.png
0 → 100644
41.9 KB
dist/static/img/default.jpg
0 → 100644
6.31 KB
dist/static/img/error_404.bf58747.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/img/error_500.ed0cba4.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/img/foot.png
0 → 100644
4.12 KB
dist/static/img/ico1.png
0 → 100644
3 KB
dist/static/img/icon-template.png
0 → 100644
3.35 KB
dist/static/img/icon.png
0 → 100644
538 Bytes
dist/static/img/iconfont.07f7078.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/img/logo.png
0 → 100644
6.65 KB
dist/static/img/navlogo.png
0 → 100644
5.35 KB
dist/static/img/templet_null_img.png
0 → 100644
5.43 KB
dist/static/js/0.4d32899c3299cb95b130.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/js/0.4d32899c3299cb95b130.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/js/1.fdebea08f545ef001ed6.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/js/1.fdebea08f545ef001ed6.js.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/js/2.39effb7cc468a8b90c44.js
0 → 100644
dist/static/js/2.39effb7cc468a8b90c44.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/js/3.6017c2d464a188e3cc3a.js
0 → 100644
dist/static/js/3.6017c2d464a188e3cc3a.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/js/4.c384492b24e03d00a718.js
0 → 100644
dist/static/js/4.c384492b24e03d00a718.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/js/app.b6992da8a0e11223eff1.js
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
favicon.ico
0 → 100644
File added
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "office-web", | ||
"version": "1.0.0", | ||
"description": "A Vue.js project", | ||
"author": "fairyly", | ||
"private": true, | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | ||
"build": "node build/build.js" | ||
}, | ||
"dependencies": { | ||
"element-ui": "^2.3.9", | ||
"requset": "^1.0.5", | ||
"script-loader": "^0.7.2", | ||
"tinymce": "^4.8.3", | ||
"vue": "^2.5.2", | ||
"vue-router": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.2", | ||
"axios": "^0.18.0", | ||
"babel-core": "^6.22.1", | ||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-plugin-transform-vue-jsx": "^3.5.0", | ||
"babel-preset-env": "^1.3.2", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"chalk": "^2.0.1", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"css-loader": "^0.28.11", | ||
"extract-text-webpack-plugin": "^3.0.0", | ||
"file-loader": "^1.1.4", | ||
"friendly-errors-webpack-plugin": "^1.6.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"less": "^3.0.4", | ||
"less-loader": "^4.1.0", | ||
"node-notifier": "^5.1.2", | ||
"node-sass": "^4.9.0", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
"ora": "^1.2.0", | ||
"portfinder": "^1.0.13", | ||
"postcss-import": "^11.0.0", | ||
"postcss-loader": "^2.0.8", | ||
"postcss-url": "^7.2.1", | ||
"rimraf": "^2.6.0", | ||
"sass-loader": "^7.0.1", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.7.6", | ||
"uglifyjs-webpack-plugin": "^1.1.1", | ||
"url-loader": "^0.5.8", | ||
"vue-axios": "^2.1.1", | ||
"vue-loader": "^13.3.0", | ||
"vue-style-loader": "^3.0.1", | ||
"vue-template-compiler": "^2.5.2", | ||
"vuedraggable": "^2.16.0", | ||
"vuex": "^3.0.1", | ||
"webpack": "^3.6.0", | ||
"webpack-bundle-analyzer": "^2.9.0", | ||
"webpack-dev-server": "^2.9.1", | ||
"webpack-merge": "^4.1.0" | ||
}, | ||
"engines": { | ||
"node": ">= 6.0.0", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
] | ||
} |
src/App.vue
0 → 100644
src/api/api.js
0 → 100644
src/api/index.js
0 → 100644
src/assets/403_images/error_403.svg
0 → 100644
src/assets/404_images/error_404.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/500_images/error_500.svg
0 → 100644
This diff is collapsed.
Click to expand it.
File added
File added
src/assets/custom-theme/index.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/icon-template.png
0 → 100644
3.44 KB
src/assets/iphone.png
0 → 100644
15.1 KB
src/assets/logo.png
0 → 100644
6.65 KB
src/assets/no-data_icon.png
0 → 100644
1.81 KB
src/assets/templet_null_img.png
0 → 100644
5.43 KB
src/common/js/error.js
0 → 100644
src/common/js/public.js
0 → 100644
src/common/js/showmsg.js
0 → 100644
src/common/js/strlen.js
0 → 100644
src/common/js/timeFormat.js
0 → 100644
src/common/js/util.js
0 → 100644
src/components/contacts/searchMenu.vue
0 → 100644
src/components/contacts/staffInfoTemplate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/limit-input.vue
0 → 100644
src/components/limit-textarea.vue
0 → 100644
src/components/templateSet/add-input.vue
0 → 100644
src/main.js
0 → 100644
src/router/_import.js
0 → 100644
src/router/index.js
0 → 100644
src/store/store.js
0 → 100644
src/store/types.js
0 → 100644
src/views/contacts/staffRecordsTemplate.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/errorPage/403.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/errorPage/404.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/errorPage/500.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/errorPage/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/public.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/variable.less
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo_fontclass.html
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo_symbol.html
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo_unicode.html
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.eot
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.woff
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/arrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/card-mould-logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/credit-detail_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/default.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/foot.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/ico1.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/icon-template.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/navlogo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/templet_null_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
theme/fonts/element-icons.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
theme/fonts/element-icons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
theme/index.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.