提交 ca1e4e02 authored 作者: Administrator's avatar Administrator

更新 config.ts

上级 97792735
...@@ -8,10 +8,10 @@ const CONFIG: any = { ...@@ -8,10 +8,10 @@ const CONFIG: any = {
}, },
// 生产环境配置 // 生产环境配置
production: { production: {
assetsPath: 'http://192.168.0.23:80', // 静态资源路径 assetsPath: '/', // 静态资源路径
baseUrl: 'http://192.168.0.23:80', // 后台接口请求地址 baseUrl: '/', // 后台接口请求地址
// baseUrl: 'https://api.test.siccat.com/api/graphql', // baseUrl: 'https://api.test.siccat.com/api/graphql',
hostUrl: 'http://192.168.0.23:80', // H5地址(前端运行地址) hostUrl: '/', // H5地址(前端运行地址)
websocketUrl: '', // websocket服务端地址 websocketUrl: '', // websocket服务端地址
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论