config.js 407 B

1234567891011
  1. (function (app) {
  2. //全局配置
  3. app.constant("config", {
  4. // server: 'http://q8.9026.com/',
  5. // imgServer: 'http://q8.9026.com/attachment/'
  6. //server: 'http://localhost:8092/',
  7. //imgServer: 'http://localhost:8092/attachment/',
  8. server: 'http://miao.beiyuesi.com/',
  9. imgServer: 'http://miao.beiyuesi.com/attachment/'
  10. });
  11. })(angular.module('app'));