1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

#145 清除无用变量

This commit is contained in:
Hai Liang Wang 2019-03-07 13:41:37 +08:00
parent ab72620e2c
commit 7566fa4f68

View File

@ -1,9 +1,5 @@
// 统一处理请求restapi
function httpRequest(opts) {
var localUrl = 'http://localhost:8035';
var devUrl = 'http://47.104.19.187:8035';
var proUrl = 'http://pro';
var postfix = '/api/';
var urlPath = opts.path || '';