Compare commits
2 Commits
7fe5ae633c
...
1b48751944
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b48751944 | |||
| d16fd893b6 |
@ -2,7 +2,7 @@
|
|||||||
"name" : "星汉物联",
|
"name" : "星汉物联",
|
||||||
"appid" : "__UNI__A21EF43",
|
"appid" : "__UNI__A21EF43",
|
||||||
"description" : "设备管控",
|
"description" : "设备管控",
|
||||||
"versionName" : "1.0.10",
|
"versionName" : "1.0.11",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
|
|||||||
@ -369,6 +369,13 @@
|
|||||||
{
|
{
|
||||||
"navigationBarTitleText" : "BJQ6107"
|
"navigationBarTitleText" : "BJQ6107"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/6155/BJQ6155",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "BJQ6155"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -255,10 +255,7 @@
|
|||||||
hideLoading,
|
hideLoading,
|
||||||
updateLoading
|
updateLoading
|
||||||
} from '@/utils/loading.js'
|
} from '@/utils/loading.js'
|
||||||
import {
|
import request, { baseURL } from '@/utils/request.js';
|
||||||
request,
|
|
||||||
baseURL
|
|
||||||
} from '../../utils/request';
|
|
||||||
|
|
||||||
import Common from '@/utils/Common.js'
|
import Common from '@/utils/Common.js'
|
||||||
const pagePath = "/pages/100/HBY100";
|
const pagePath = "/pages/100/HBY100";
|
||||||
|
|||||||
@ -228,7 +228,7 @@
|
|||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
<checkbox
|
<checkbox
|
||||||
v-model="selectedSoundFiles"
|
|
||||||
:value="file"
|
:value="file"
|
||||||
@change="handleSoundFileSelect"
|
@change="handleSoundFileSelect"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -275,10 +275,7 @@
|
|||||||
hideLoading,
|
hideLoading,
|
||||||
updateLoading
|
updateLoading
|
||||||
} from '@/utils/loading.js'
|
} from '@/utils/loading.js'
|
||||||
import {
|
import request, { baseURL } from '@/utils/request.js';
|
||||||
request,
|
|
||||||
baseURL
|
|
||||||
} from '../../utils/request';
|
|
||||||
import {
|
import {
|
||||||
colors as groupColors
|
colors as groupColors
|
||||||
} from '@/api/4877/BJQ4877.js';
|
} from '@/api/4877/BJQ4877.js';
|
||||||
@ -373,7 +370,7 @@
|
|||||||
sta_GroupType: -1, //配组
|
sta_GroupType: -1, //配组
|
||||||
sta_ArrowType: '', //箭头方向
|
sta_ArrowType: '', //箭头方向
|
||||||
warnTime: 0,
|
warnTime: 0,
|
||||||
sta_Channel: 80,
|
sta_Channel: 31,
|
||||||
sta_ArrowMode:'',
|
sta_ArrowMode:'',
|
||||||
groups: [
|
groups: [
|
||||||
|
|
||||||
|
|||||||
@ -240,10 +240,7 @@
|
|||||||
hideLoading,
|
hideLoading,
|
||||||
updateLoading
|
updateLoading
|
||||||
} from '@/utils/loading.js'
|
} from '@/utils/loading.js'
|
||||||
import {
|
import request, { baseURL } from '@/utils/request.js';
|
||||||
request,
|
|
||||||
baseURL
|
|
||||||
} from '../../utils/request';
|
|
||||||
|
|
||||||
import usrApi from '@/api/670/HBY670.js'
|
import usrApi from '@/api/670/HBY670.js'
|
||||||
const pagePath = "/pages/4877/BJQ4877";
|
const pagePath = "/pages/4877/BJQ4877";
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
2181
pages/6155/BJQ6155.vue
Normal file
2181
pages/6155/BJQ6155.vue
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<qf-image-cropper :src="src" :showAngle="false" :width="cropWidth" :height="cropHeight" fileType="jpg"
|
<qf-image-cropper :src="src" :showAngle="false" :width="cropWidth" :height="cropHeight" fileType="jpg"
|
||||||
@crop="handleCrop" :gpu="true">
|
@crop="handleCrop" :areaScale="0.1" :minScale="0.1" :gpu="true">
|
||||||
</qf-image-cropper>
|
</qf-image-cropper>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -234,10 +234,7 @@
|
|||||||
hideLoading,
|
hideLoading,
|
||||||
updateLoading
|
updateLoading
|
||||||
} from '@/utils/loading.js'
|
} from '@/utils/loading.js'
|
||||||
import {
|
import request, { baseURL } from '@/utils/request.js';
|
||||||
request,
|
|
||||||
baseURL
|
|
||||||
} from '../../utils/request';
|
|
||||||
|
|
||||||
import usrApi from '@/api/670/HBY670.js'
|
import usrApi from '@/api/670/HBY670.js'
|
||||||
const pagePath = "pages/6331/BJQ6331";
|
const pagePath = "pages/6331/BJQ6331";
|
||||||
|
|||||||
@ -189,10 +189,7 @@
|
|||||||
hideLoading,
|
hideLoading,
|
||||||
updateLoading
|
updateLoading
|
||||||
} from '@/utils/loading.js'
|
} from '@/utils/loading.js'
|
||||||
import {
|
import request, { baseURL } from '@/utils/request.js';
|
||||||
request,
|
|
||||||
baseURL
|
|
||||||
} from '../../utils/request';
|
|
||||||
|
|
||||||
import usrApi from '@/api/670/HBY670.js'
|
import usrApi from '@/api/670/HBY670.js'
|
||||||
const pagePath = "/pages/650/HBY650";
|
const pagePath = "/pages/650/HBY650";
|
||||||
|
|||||||
@ -304,11 +304,8 @@
|
|||||||
hideLoading,
|
hideLoading,
|
||||||
updateLoading
|
updateLoading
|
||||||
} from '@/utils/loading.js'
|
} from '@/utils/loading.js'
|
||||||
import {
|
import request, { baseURL } from '@/utils/request.js';
|
||||||
request,
|
import lnglatConvert from '@/utils/wgs84_to_gcj02.js';
|
||||||
baseURL
|
|
||||||
} from '../../utils/request';
|
|
||||||
import lnglatConvert from '@/utils/wgs84_to_gcj02.js'
|
|
||||||
|
|
||||||
const pagePath = "/pages/670/HBY670";
|
const pagePath = "/pages/670/HBY670";
|
||||||
var ble = null;
|
var ble = null;
|
||||||
|
|||||||
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
deviceShareId,
|
|
||||||
deviceShareCode,
|
deviceShareCode,
|
||||||
deviceShareAdd
|
deviceShareAdd
|
||||||
} from '@/api/6170/share.js'
|
} from '@/api/6170/share.js'
|
||||||
|
|||||||
BIN
static/images/6107/fan.png
Normal file
BIN
static/images/6107/fan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
static/images/6107/fanJu.png
Normal file
BIN
static/images/6107/fanJu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1003 B |
BIN
static/images/6107/ju.png
Normal file
BIN
static/images/6107/ju.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1003 B |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
BIN
static/images/common/playingActive.png
Normal file
BIN
static/images/common/playingActive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user