Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cdsf-wx-app
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
cdsf-wx-app
Commits
fccdfe74
Commit
fccdfe74
authored
Nov 20, 2018
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加兼容性包
parent
28bb4c68
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
23 deletions
+28
-23
package.json
package.json
+0
-1
index.html
public/index.html
+25
-22
index.js
src/index.js
+3
-0
No files found.
package.json
View file @
fccdfe74
...
...
@@ -36,7 +36,6 @@
},
"browserslist"
:
[
"> 1%"
,
"last 2 versions"
,
"iOS >= 7"
,
"Android > 4.1"
,
"last 2 versions"
...
...
public/index.html
View file @
fccdfe74
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1,user-scalable=no, viewport-fit=cover, shrink-to-fit=no"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<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
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"shortcut icon"
href=
"%PUBLIC_URL%/favicon.ico"
/>
<script
src=
"https://cdn.polyfill.io/v2/polyfill.min.js"
></script>
<title>
成都师范后勤管理
</title>
</head>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1,user-scalable=no, viewport-fit=cover, shrink-to-fit=no"
>
<meta
name=
"theme-color"
content=
"#000000"
>
<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
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
>
<link
rel=
"shortcut icon"
href=
"%PUBLIC_URL%/favicon.ico"
>
<title>
成都师范后勤管理
</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div
id=
"root"
>
</div>
<script>
window
.
onload
=
function
()
{
window
.
viewportUnitsBuggyfill
.
init
({
hacks
:
window
.
viewportUnitsBuggyfillHacks
});
}
</script>
</body>
</html>
\ No newline at end of file
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div
id=
"root"
></div>
<script>
window
.
onload
=
function
()
{
window
.
viewportUnitsBuggyfill
.
init
({
hacks
:
window
.
viewportUnitsBuggyfillHacks
,
});
};
</script>
</body>
</html>
src/index.js
View file @
fccdfe74
import
'core-js/es6/map'
;
import
'core-js/es6/set'
;
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
'./styles/index.css'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment