前段

Change-Id: I718d4d07ea03c6d2b6bcbd4d426c5d1af2201bf4
diff --git a/src/config/config.js b/src/config/config.js
new file mode 100644
index 0000000..a772747
--- /dev/null
+++ b/src/config/config.js
@@ -0,0 +1,7 @@
+global.AppConfig = {

+

+    //serverIP后端服务器地址

+

+    serverIP:'http://localhost:8088'

+  

+  }
\ No newline at end of file