Commit 29bfc22d authored by 杨梦雪's avatar 杨梦雪

11

parent 3dbc818c
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class="qrcode" ref="qrCodeUrl"></div> <div class="qrcode" ref="qrCodeUrl"></div>
</div> </div>
<div>请使用<span>微信</span>扫一扫,扫描二维码支付</div> <div>请使用<span>微信</span>扫一扫,扫描二维码支付</div>
<div>付款码为动态码,仅能通过本页面进行付款操作,不能另存图片后进行扫描</div> <div>付款码为动态码,仅支持通过本页面进行扫描付款操作,不支持另存图片后扫描支付</div>
</div> </div>
<div v-if="!isShowqr"> <div v-if="!isShowqr">
<div class="info_2" style="color: #000; font-size: 18px"> <div class="info_2" style="color: #000; font-size: 18px">
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
// export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket // export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket
// 正式 // 正式
// export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境 export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境
// export const DEVELOPMENT_SERVER_URL = 'https://api1.testgate.cn' // 开发环境 export const DEVELOPMENT_SERVER_URL = 'https://api1.testgate.cn' // 开发环境
// export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket
// 线上测试 // 线上测试
export const SERVER_URL = "http://api.campcenter.cn/"; // 正式环境 // export const SERVER_URL = "http://api.campcenter.cn/"; // 正式环境
export const DEVELOPMENT_SERVER_URL = "http://api.campcenter.cn/"; //开发环境 // export const DEVELOPMENT_SERVER_URL = "http://api.campcenter.cn/"; //开发环境
export const SERVER_WS_URL = "ws://api.campcenter.cn"; // websocket // export const SERVER_WS_URL = "ws://api.campcenter.cn"; // websocket
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment