config.js 312 B

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