Commit 42f23657 authored by 毛线's avatar 毛线

直播问题处理

parent e973c0ac
...@@ -15,10 +15,6 @@ export default { ...@@ -15,10 +15,6 @@ export default {
meta: [ meta: [
{ charset: 'utf-8' }, { charset: 'utf-8' },
// { name: 'viewport', content: 'width=device-width, initial-scale=1' }, // { name: 'viewport', content: 'width=device-width, initial-scale=1' },
{
'http-equiv': 'Content-Security-Policy',
content: 'upgrade-insecure-requests',
},
{ hid: 'description', name: 'description', content: process.env.project_description || '' } { hid: 'description', name: 'description', content: process.env.project_description || '' }
], ],
link: [ link: [
......
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ export default {
case 10003: // 需要更细设备列表 case 10003: // 需要更细设备列表
this.GetDeviceList() this.GetDeviceList()
break break
case 10000: case 10000: // 需要更新用户信息
this.GetBaseInfo() this.GetBaseInfo()
break break
case 10022: // 返回设备列表 case 10022: // 返回设备列表
......
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