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
3a4d95d140a1cba13b316f5acd10ec789b12e8b4
Authored by
刘淇
2022-08-16 18:04:00 +0800
1 parent
0a8397dd
发票
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
common/common.js
common/common.js
View file @
3a4d95d
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
// 测试环境
...
...