소스 검색

增加正式环境地址

yangzj 2 년 전
부모
커밋
249fbfce10
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      common/config.js

+ 2 - 1
common/config.js

@@ -1,4 +1,5 @@
-let baseUrl = 'https://wx.hw.hongweisoft.com/parking/'
+let baseUrl = 'https://wx.hw.hongweisoft.com/parking/' // 测试环境
+// let baseUrl = 'https://parking.pdzhtc.com/' // 正式环境
 export const config = {
 	baseUrl,
 	version: '0.1.5'