1234567891011121314151617181920212223242526272829 |
- export const urlphoto = "https://test.jue-ming.com";
- export const appId = 'wx43ca40dd2be85dd6'
- export const url = "http://10.113.248.4";
- export const baseUrl = `${url}:8447/`;
- export const photoUrl = `${urlphoto}:8849/`
- export const scoketUrl = "wss://cognitive.wistcm.com:8090/websocket/"
- export const textContent = {
- institutionNo: "PUB001",
- roleType: 1
- }
- export const VERSION_201 = "2.0.1";
|