mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-30 13:20:24 +08:00
clean
This commit is contained in:
parent
a03f8db868
commit
984a7d2faf
26507
build/index.js
26507
build/index.js
File diff suppressed because it is too large
Load Diff
@ -1,13 +0,0 @@
|
||||
import React, { Component } from 'react'
|
||||
import Routes from './routes'
|
||||
// import '../..//styles/cs.scss'
|
||||
// import './styles/cs.less'
|
||||
console.log(555)
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
return <Routes />
|
||||
}
|
||||
}
|
||||
|
||||
export default App
|
@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
import App from './App'
|
||||
|
||||
ReactDOM.render(
|
||||
<App />,
|
||||
document.getElementById('yapi')
|
||||
)
|
@ -1,11 +0,0 @@
|
||||
import React from 'react'
|
||||
import { BrowserRouter as Router, Route, Link } from 'react-router-dom'
|
||||
import { Home } from '../../client/containers/index'
|
||||
|
||||
export default store => {
|
||||
return (
|
||||
<Router>
|
||||
<Route path="/" component={ Home } />
|
||||
</Router>
|
||||
)
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
body {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.app{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
color: #444;
|
||||
text-align: center;
|
||||
margin: -70px 0 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user