You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
311 B
10 lines
311 B
import { API_BASE_URL } from './env'
|
|
|
|
// 租户ID - 请根据实际情况修改
|
|
export const TenantId = 'YOUR_TENANT_ID';
|
|
// 接口地址 - 请根据实际情况修改
|
|
export const BaseUrl = API_BASE_URL;
|
|
// 当前版本
|
|
export const Version = 'v3.0.8';
|
|
// 版权信息
|
|
export const Copyright = 'WebSoft Inc.';
|