Skip to content

Commit

Permalink
编译线上文件
Browse files Browse the repository at this point in the history
  • Loading branch information
songzhongkun committed May 21, 2018
1 parent f23e33b commit 6cb84fa
Show file tree
Hide file tree
Showing 26 changed files with 19,259 additions and 26,827 deletions.
5 changes: 5 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HOST=http://localhost
PORT=3005
API_PORT=3005
NODE_ENV=development
BLUEBIRD_DEBUG=0
5 changes: 5 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HOST=http://localhost
PORT=80
API_PORT=80
NODE_ENV=production
BLUEBIRD_DEBUG=0
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ server/middleware/handleRender.js
server/public/
Test.js
.env

package-lock.json
yarn.lock
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# registration
挂号应用后台CMS

- 1、Copy .env.example to .env
- 2、npm install
- 3、npm run client
- 4、npm start
6 changes: 3 additions & 3 deletions app/pages/session/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import {User as UserAction} from 'actions';
const styles = theme => ({

root: {
height: 500,
border: '1px solid blue',
width: 450,
// height: 500,
// border: '1px solid blue',
// width: 450,
margin: '112px auto',
},

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions dist/app/pages/session/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ var styles = function styles(theme) {
return {

root: {
height: 500,
border: '1px solid blue',
width: 450,
// height: 500,
// border: '1px solid blue',
// width: 450,
margin: '112px auto'
},

Expand Down
896 changes: 896 additions & 0 deletions dist/server/public/0.a8c30343.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/server/public/1.8e99e570.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

/*! fff15c5 */
/*! f23e33b */
webpackJsonp([1], { UWmH: function UWmH(e, t, n) {
"use strict";
function r(e) {
Expand Down
2 changes: 1 addition & 1 deletion dist/server/public/2.c426ec26.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

/*! fff15c5 */
/*! f23e33b */
webpackJsonp([2], { hPIC: function hPIC(e, t, n) {
"use strict";
function o(e) {
Expand Down
Loading

0 comments on commit 6cb84fa

Please sign in to comment.