guoyu/Test/项目/内层项目_fronted_uniapp/config.js

19 lines
343 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 应用配置文件
*/
export default {
// 后端API服务器地址
baseURL: 'http://192.168.1.8:30091/api',
// WebSocket服务器地址用于监控
wsHost: '192.168.1.8',
wsPort: 30091,
// 其他配置
timeout: 10000, // 请求超时时间
// 应用信息
appName: '学习系统',
version: '1.0.0'
}