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
2afb5f1c
Commit
2afb5f1c
authored
Nov 20, 2018
by
姜雷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' into 'master'
Test See merge request
!23
parents
361567b7
b8aa1060
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
24 deletions
+29
-24
package.json
package.json
+0
-1
index.html
public/index.html
+25
-22
ReprtRepair.js
src/containers/Repair/ReprtRepair.js
+1
-1
index.js
src/index.js
+3
-0
No files found.
package.json
View file @
2afb5f1c
...
...
@@ -36,7 +36,6 @@
},
"browserslist"
:
[
"> 1%"
,
"last 2 versions"
,
"iOS >= 7"
,
"Android > 4.1"
,
"last 2 versions"
...
...
public/index.html
View file @
2afb5f1c
<!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/containers/Repair/ReprtRepair.js
View file @
2afb5f1c
...
...
@@ -210,7 +210,7 @@ class ReprtRepair extends Component {
Toast
.
success
(
data
.
msg
);
history
.
replace
(
'/repair/RepairList'
);
}
else
{
throw
{
msg
:
data
.
msg
}
;
Promise
.
reject
({
msg
:
data
.
msg
})
;
}
})
.
catch
(
err
=>
{
...
...
src/index.js
View file @
2afb5f1c
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