mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-05 20:41:34 +08:00
#145 清除无用变量
This commit is contained in:
parent
ab72620e2c
commit
7566fa4f68
@ -1,9 +1,5 @@
|
|||||||
// 统一处理请求restapi
|
// 统一处理请求restapi
|
||||||
function httpRequest(opts) {
|
function httpRequest(opts) {
|
||||||
var localUrl = 'http://localhost:8035';
|
|
||||||
var devUrl = 'http://47.104.19.187:8035';
|
|
||||||
var proUrl = 'http://pro';
|
|
||||||
|
|
||||||
var postfix = '/api/';
|
var postfix = '/api/';
|
||||||
|
|
||||||
var urlPath = opts.path || '';
|
var urlPath = opts.path || '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user