forked from gxwebsoft/mp-10550
9 lines
223 B
TypeScript
9 lines
223 B
TypeScript
// 租户ID
|
|
export const TenantId = 10550;
|
|
// 接口地址
|
|
export const BaseUrl = 'https://cms-api.websoft.top/api';
|
|
// 当前版本
|
|
export const Version = 'v3.0.8';
|
|
// 版权信息
|
|
export const Copyright = 'WebSoft Inc.';
|