From 3a4d95d140a1cba13b316f5acd10ec789b12e8b4 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Tue, 16 Aug 2022 18:04:00 +0800 Subject: [PATCH] 发票 --- common/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.js b/common/common.js index c0350ea..e2c4620 100644 --- a/common/common.js +++ b/common/common.js @@ -1,6 +1,6 @@ import md5 from './md5.min.js'; // 江阴正式环境 -var serverUrl = "http://test.jycrtc.com:8096"; +var serverUrl = "https://bus.jycrtc.com"; // 测试 http://test.jycrtc.com:8096 正式 https://bus.jycrtc.com var serverPayUrl = '' // 测试环境 -- libgit2 0.21.4