123456789101112 |
- (function (app) {
- //全局配置
- app.constant("config", {
- // server: 'http://q8.9026.com/',
- // imgServer: 'http://q8.9026.com/attachment/'
- server: 'http://localhost:8092/',
- imgServer: 'http://localhost:8092/attachment/'
- // server: 'http://miao.beiyuesi.com/',
- // imgServer: 'http://miao.beiyuesi.com/attachment/'
- });
- })(angular.module('app'));
|