| xqd
@@ -1,8 +1,13 @@
|
|
|
(function (app) {
|
|
|
//全局配置
|
|
|
app.constant("config", {
|
|
|
+<<<<<<< HEAD
|
|
|
//server: 'http://q8.9026.com/',
|
|
|
//imgServer: 'http://q8.9026.com/attachment/'
|
|
|
+=======
|
|
|
+ // server: 'http://q8.9026.com/',
|
|
|
+ // imgServer: 'http://q8.9026.com/attachment/'
|
|
|
+>>>>>>> d684ce7718047987c6835496179130b948b131a5
|
|
|
//server: 'http://localhost:8092/',
|
|
|
//imgServer: 'http://localhost:8092/attachment/'
|
|
|
|