config.js 196 B

1234567
  1. (function (app) {
  2. //全局配置
  3. app.constant("config", {
  4. server: 'http://q8.9026.com/',
  5. imgServer: 'http://q8.9026.com/attachment/'
  6. });
  7. })(angular.module('app'));