You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/public/javascripts/wechat/app.js

9 lines
252 B

var app = angular.module('wechat', ['ngRoute']);
var apiUrl = '/api/v1/';
var debug = true; //调试标志,如果在本地请置为true
if(debug===true){
apiUrl = 'http://localhost:3000/api/v1/';
//apiUrl = 'http://www.trustie.net/api/v1/';
}