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.
shop-admin/src/configs/index.js

23 lines
473 B

export default {
/**
* 接口请求地址前缀
*/
baseURL: import.meta.env.VITE_BASE_URL,
/**
* 接口请求地址前缀
*/
socketURL: import.meta.env.VITE_SOCKET_URL,
/**
* 接口请求超时时间
*/
requestTimeout: import.meta.env.VITE_REQUEST_TIMEOUT,
/**
* 是否使用本地路由
*/
useLocalRouter: false,
/**
* 项目名称
*/
projectName: '马士兵严选管理平台',
};