config.js 580 B

1234567891011121314151617
  1. (function (app) {
  2. //全局配置
  3. app.constant("config", {
  4. <<<<<<< HEAD
  5. //server: 'http://q8.9026.com/',
  6. //imgServer: 'http://q8.9026.com/attachment/'
  7. =======
  8. // server: 'http://q8.9026.com/',
  9. // imgServer: 'http://q8.9026.com/attachment/'
  10. >>>>>>> d684ce7718047987c6835496179130b948b131a5
  11. //server: 'http://localhost:8092/',
  12. //imgServer: 'http://localhost:8092/attachment/'
  13. server: 'http://miao.beiyuesi.com/',
  14. imgServer: 'http://miao.beiyuesi.com/attachment/'
  15. });
  16. })(angular.module('app'));