BJ_web_developers
/
jy_parkingOS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a12e030244b6f31bd15bab2abf1868091eda9222
Authored by
chenbiao
2022-08-16 14:44:05 +0800
1 parent
0a8397dd
add 8月需求
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
common/common.js
common/common.js
View file @
a12e030
1
1
import md5 from './md5.min.js';
2
2
// 江阴正式环境
3
-var serverUrl = "http
://test.jycrtc.com:8096
";
3
+var serverUrl = "http
s://bus.jycrtc.com
";
4
4
// 测试 http://test.jycrtc.com:8096 正式 https://bus.jycrtc.com
5
5
var serverPayUrl = ''
6
6
// 测试环境
...
...