Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 009b4840ad |
@@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
baseUrl: 'http://36.105.163.21:30081/rgpp/api', // 内网
|
// baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网
|
||||||
// baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试
|
baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试
|
||||||
// baseUrl: 'http://192.168.3.29:8081',
|
// baseUrl: 'http://192.168.3.29:8081',
|
||||||
// baseUrl: 'http://10.213.6.207:19010/api',
|
// baseUrl: 'http://10.213.6.207:19010/api',
|
||||||
// 语音转文字
|
// 语音转文字
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ const renderScene = (sw, sh) => {
|
|||||||
radius: scaledRadius,
|
radius: scaledRadius,
|
||||||
floatOffset: Math.random() * Math.PI * 2,
|
floatOffset: Math.random() * Math.PI * 2,
|
||||||
floatSpeed: 0.01 + Math.random() * 0.02,
|
floatSpeed: 0.01 + Math.random() * 0.02,
|
||||||
floatRange: 2 + Math.random() * 2,
|
floatRange: 2 * ratio + Math.random() * 2,
|
||||||
safeH: safeH,
|
safeH: safeH,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user