Skip to content

Commit b211b39

Browse files
committed
打包
1 parent 21e570b commit b211b39

33 files changed

+67
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules
3-
/dist
3+
#/dist
44

55

66
# local env files

dist/favicon.ico

4.19 KB
Binary file not shown.

dist/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,viewport-fit=cover"><link rel="icon" href="favicon.ico"><title>员工关怀</title><script src="//g.alicdn.com/fdilab/lib3rd/viewport-units-buggyfill/0.6.2/??viewport-units-buggyfill.hacks.min.js,viewport-units-buggyfill.min.js"></script><link href="static/css/app.c6c989df.css" rel="preload" as="style"><link href="static/css/chunk-vendors.01c176fb.css" rel="preload" as="style"><link href="static/js/app.627ab862.js" rel="preload" as="script"><link href="static/js/chunk-vendors.0d0d4783.js" rel="preload" as="script"><link href="static/css/chunk-vendors.01c176fb.css" rel="stylesheet"><link href="static/css/app.c6c989df.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but employee-care doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="static/js/chunk-vendors.0d0d4783.js"></script><script src="static/js/app.627ab862.js"></script></body><script>// vw兼容性处理viewport-units-buggyfill
2+
window.onload = function () {
3+
window.viewportUnitsBuggyfill.init({ hacks: window.viewportUnitsBuggyfillHacks });
4+
}</script></html>

dist/static/css/app.c6c989df.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/css/chunk-36572d88.c4c9208d.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/css/chunk-vendors.01c176fb.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/css/home.5354279f.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/css/login.032fe13d.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/img/login_bg.bde393d6.png

156 KB
Loading

dist/static/js/403.03394633.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/403.03394633.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/404.a76e4d6e.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/404.a76e4d6e.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/500.f28807c7.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/500.f28807c7.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)