(function (app) { //全局配置 app.constant("config", { server: 'http://localhost/' }); })(angular.module('app'));