|
@@ -39,22 +39,22 @@ export default defineComponent({
|
|
|
{
|
|
|
name: '市局运行监测',
|
|
|
image: icon_sys_sjyxjc,
|
|
|
- url: 'http://10.11.208.39:9999/screen/#/home/country-home',
|
|
|
+ url: import.meta.env.VITE_URL_YXJCS as string,
|
|
|
},
|
|
|
{
|
|
|
name: '交通应急指挥',
|
|
|
image: icon_sys_jtyjzh,
|
|
|
- url: 'http://sqpchd.xt.wenhq.top:8083/#/home',
|
|
|
+ url: import.meta.env.VITE_URL_YJZH as string,
|
|
|
},
|
|
|
{
|
|
|
name: '执法运行监测',
|
|
|
image: icon_sys_zfyxjc,
|
|
|
- url: (import.meta.env.VITE_URL_YXJC as string),
|
|
|
+ url: import.meta.env.VITE_URL_YXJC as string,
|
|
|
},
|
|
|
{
|
|
|
name: '执法指挥调度',
|
|
|
image: icon_sys_zfzhdd,
|
|
|
- url: (import.meta.env.VITE_URL_ZHDD as string),
|
|
|
+ url: import.meta.env.VITE_URL_ZHDD as string,
|
|
|
},
|
|
|
{
|
|
|
name: '港航运行监测',
|