config.js 143 B

123456
  1. (function (app) {
  2. //全局配置
  3. app.constant("config", {
  4. server: 'http://localhost/'
  5. });
  6. })(angular.module('app'));