diff --git a/source/.babelrc b/source/.babelrc new file mode 100644 index 0000000..dd477ca --- /dev/null +++ b/source/.babelrc @@ -0,0 +1,6 @@ +{ + "presets": [ + "react", + "es2015" + ] +} \ No newline at end of file diff --git a/source/config.js b/source/config.js new file mode 100644 index 0000000..e39eefc --- /dev/null +++ b/source/config.js @@ -0,0 +1,6 @@ +// console.log('http://' + document.location.hostname + ':34667') +// console.log('ws://' + document.location.hostname + ':8087') +// 'http://192.168.10.140:34667' +global.constants = { + commonUrl : 'http://112.125.25.140:34667' +}; \ No newline at end of file diff --git a/source/index.html b/source/index.html new file mode 100644 index 0000000..7f57cdb --- /dev/null +++ b/source/index.html @@ -0,0 +1,14 @@ + + +
+ + +