12345678910 |
- (function (app) {
- //全局配置
- app.constant("config", {
- //server: (!!window.cordova) ? "http://w2.9026.com/" : location.origin, //服务端,
- server: "http://211.149.200.17/"
- // server: "http://wl.youawan.com/"
- // server: 'http://localhost:8094/'
-
- });
- })(angular.module('app'));
|