luzhenxing 3 月之前
父节点
当前提交
2868dfc7f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/utils/common.ts

+ 1 - 1
web/src/utils/common.ts

@@ -29,7 +29,7 @@ export function termDateString() {
 export const PhoneRegExp = /^[1][3,4,5,6,7,8,9][0-9]{9}$/;
 export const PhoneRegExp = /^[1][3,4,5,6,7,8,9][0-9]{9}$/;
 export const SmsExpirationSeconds = 300;
 export const SmsExpirationSeconds = 300;
 
 
-export const getApiUrl = () => 'https://wxadminapi-debug.gkscrm.com/wechat-api';
+export const getApiUrl = () => 'https://wxadminapi.gkscrm.com/wechat-api';
 
 
 export const getQueryId = (router: NextRouter): string => {
 export const getQueryId = (router: NextRouter): string => {
   const { id } = router.query;
   const { id } = router.query;