Commit a12e030244b6f31bd15bab2abf1868091eda9222

Authored by chenbiao
1 parent 0a8397dd

add 8月需求

Showing 1 changed file with 1 additions and 1 deletions
common/common.js
1 1 import md5 from './md5.min.js';
2 2 // 江阴正式环境
3   -var serverUrl = "http://test.jycrtc.com:8096";
  3 +var serverUrl = "https://bus.jycrtc.com";
4 4 // 测试 http://test.jycrtc.com:8096 正式 https://bus.jycrtc.com
5 5 var serverPayUrl = ''
6 6 // 测试环境
... ...