|
@@ -47,13 +47,14 @@ import { showRightPanoStack, showRightCtrlPanoStack } from '@/env'
|
|
|
import { sdk } from '@/sdk'
|
|
|
|
|
|
const backs = reactive([
|
|
|
- { label: '无', type: 'icon', image: 'icon-left1', value: 'none' },
|
|
|
+ { label: '无', type: 'icon', image: 'icon-without', value: 'none' },
|
|
|
{ label: '蓝天白云', type: 'img', image: ltby, value: ltby360 },
|
|
|
{ label: '灰蒙蒙', type: 'img', image: hmm, value: hmm360 },
|
|
|
{ label: '星空', type: 'img', image: xk, value: xk360 },
|
|
|
{ label: '夜间', type: 'img', image: yk, value: yk360 },
|
|
|
{ label: '灰色', type: 'color', image: '#333333', value: '#333' },
|
|
|
{ label: '黑色', type: 'color', image: '#000000', value: '#000' },
|
|
|
+ { label: '白色', type: 'color', image: '#ffffff', value: '#fff' },
|
|
|
])
|
|
|
|
|
|
const enterSetPic = () => {
|