config.js 331 B

12345678910
  1. (function (app) {
  2. //全局配置
  3. app.constant("config", {
  4. //server: (!!window.cordova) ? "http://w2.9026.com/" : location.origin, //服务端,
  5. server: "http://211.149.200.17/"
  6. // server: "http://wl.youawan.com/"
  7. // server: 'http://localhost:8094/'
  8. });
  9. })(angular.module('app'));