Commit 73695def authored by lvtz's avatar lvtz

fix

parent 8d4d9c7f
{ {
"requiredBackgroundModes": ["audio"],
"pages": [ "pages": [
"ucenter/index", "ucenter/index",
"business/pages/webview/index" "business/pages/webview/index"
......
...@@ -498,9 +498,9 @@ Page({ ...@@ -498,9 +498,9 @@ Page({
if (this.data.audioStatus.playStatus == 'no') { if (this.data.audioStatus.playStatus == 'no') {
this.recorderManager.start({ this.recorderManager.start({
duration: 600000, duration: 600000,
sampleRate: 8000, sampleRate: 16000,
numberOfChannels: 1, numberOfChannels: 1,
encodeBitRate: 20000, encodeBitRate: 48000,
format: 'aac', format: 'aac',
// frameSize: 50 // frameSize: 50
}) })
......
export default { export default {
imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/dakav2/images/', imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/dakav2/images/',
host: 'https://qxapi.qingxiao.online/daka', // host: 'https://qxapi.qingxiao.online/daka',
host2: 'https://wx.m.shangjiadao.cn', // host2: 'https://wx.m.shangjiadao.cn',
storageVersion: '5.0', storageVersion: '5.0',
imageVersion: '20200420', imageVersion: '20200420',
// host: 'https://clock.wp53.cn', host: 'https://clock.wp53.cn',
// host2: 'https://test.wp53.cn', host2: 'https://test.wp53.cn',
appId: 'wxc1246ea029394785', appId: 'wxc1246ea029394785',
miniProgram: { miniProgram: {
clock: 'wxdeee20e52a1fd7ee' clock: 'wxdeee20e52a1fd7ee'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment