完成了小程序联系上级的功能(点击手机号跳转拨号页面)

This commit is contained in:
2025-06-15 21:51:05 +08:00
parent 0739bdcbb8
commit 7603d8c96c
5 changed files with 53 additions and 90 deletions

View File

@ -1,6 +1,7 @@
export const local='http://localhost:9091';
export const ip = 'http://27.30.77.229:9091';
export const test = 'http://27.30.77.229:9092';
export const baseUrl = test;
export const localTest = 'http://localhost:9092';
export const baseUrl = localTest;
export const globalImgUrl = baseUrl + '/file/download/'