修改
This commit is contained in:
parent
a7406e7867
commit
d77bebd375
2
.env.dev
2
.env.dev
@ -13,7 +13,7 @@ VUE_APP_TITLE = 智能监控分析系统
|
|||||||
|
|
||||||
# 芋道管理系统/开发环境
|
# 芋道管理系统/开发环境
|
||||||
# VUE_APP_BASE_API = 'http://192.168.8.22:48080'
|
# VUE_APP_BASE_API = 'http://192.168.8.22:48080'
|
||||||
VUE_APP_BASE_API = 'http://172.16.32.21:48080'
|
VUE_APP_BASE_API = 'http://172.16.32.79:48080'
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
@ -248,12 +248,11 @@ export default {
|
|||||||
this.lineArr = response.data;
|
this.lineArr = response.data;
|
||||||
this.lineArr.forEach((item, index) => {
|
this.lineArr.forEach((item, index) => {
|
||||||
const num = [
|
const num = [
|
||||||
'',
|
'20001',
|
||||||
'1672847052717821953',
|
'20002',
|
||||||
'1672847052717821954',
|
'20003',
|
||||||
'1686260211054157825',
|
'20004',
|
||||||
'1701892552632770122',
|
'20005',
|
||||||
'1714562503683465331',
|
|
||||||
].indexOf(item.id);
|
].indexOf(item.id);
|
||||||
if (num > 0) {
|
if (num > 0) {
|
||||||
item.num = num;
|
item.num = num;
|
||||||
|
Loading…
Reference in New Issue
Block a user