kongdeqiang
2 天以前 63499f1fb0266e4b34e63d3c8404e3b9ddfd8fdb
feat: 修改大屏
9个文件已修改
34 ■■■■ 已修改文件
src/components/page/leaderShow/Dialog/breakLawOrderForm.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/leaderShow/Dialog/daibanForm.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/leaderShow/Dialog/handleOrderForm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/leaderShow/Dialog/inAndOutForm.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/leaderShow/Dialog/shangjiZhipaiForm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/leaderShow/Dialog/xunjieOrderForm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/leaderShow/Dialog/zhipaiForm.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/leaderShow/leaderIndex.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/leaderShow/Dialog/breakLawOrderForm.vue
@@ -108,8 +108,8 @@
        data() {
            return {
                pageConfig:{
                    findPageUrl:this.$systemconfig.basePath + '/ticket/findPage',
                    deleteDataUrl: this.$systemconfig.basePath + '/ticket/delete',
                    findPageUrl:this.$systemconfig.basePath + '/ffzf/ticket/findPage',
                    deleteDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/delete',
                },
                pageData: this.$byutil.defaultPageData(),
                dialogVisible:false,
src/components/page/leaderShow/Dialog/daibanForm.vue
@@ -117,8 +117,8 @@
        data() {
            return {
                pageConfig: {
                    pageDataUrl: this.$systemconfig.basePath + '/ticket/findPage',
                    deleteDataUrl: this.$systemconfig.basePath + '/ticket/delete',
                    pageDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/findPage',
                    deleteDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/delete',
                },
                pageData: this.$byutil.defaultPageData(),
                dialogVisible:false,
src/components/page/leaderShow/Dialog/handleOrderForm.vue
@@ -69,7 +69,7 @@
        data() {
            return {
                pageConfig:{
                    findPageUrl:this.$systemconfig.basePath + '/outPark/findPage',
                    findPageUrl:this.$systemconfig.basePath + '/ffzf/outpark/findPage',
                },
                pageData: this.$byutil.defaultPageData(),
                dialogVisible:false,
src/components/page/leaderShow/Dialog/inAndOutForm.vue
@@ -1,7 +1,7 @@
<template>
    <div class="inAndOutForm-wrap">
        <el-dialog
                title="智慧泊实时入场记录"
                title="智慧泊车实时入场记录"
                :visible.sync="dialogVisible"
                width="40%">
            <div class="daibanForm-main">
@@ -54,7 +54,7 @@
        data() {
            return {
                pageConfig:{
                    enterParkUrl:this.$systemconfig.basePath + '/notice/enterPark',
                    enterParkUrl:this.$systemconfig.basePath + '/ffzf/notice/enterPark',
                },
                pageData: this.$byutil.defaultPageData(),
                dialogVisible:false,
src/components/page/leaderShow/Dialog/shangjiZhipaiForm.vue
@@ -87,7 +87,7 @@
        data() {
            return {
                pageConfig: {
                    pageDataUrl: this.$systemconfig.basePath + '/ticket/findPage',
                    pageDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/findPage',
                },
                pageData: this.$byutil.defaultPageData(),
                type:{
src/components/page/leaderShow/Dialog/xunjieOrderForm.vue
@@ -88,7 +88,7 @@
        data() {
            return {
                pageConfig: {
                    pageDataUrl: this.$systemconfig.basePath + '/ticket/findPage',
                    pageDataUrl: this.$systemconfig.basePath + '/ffzf/ticket/findPage',
                },
                pageData: this.$byutil.defaultPageData(),
                type:{
src/components/page/leaderShow/Dialog/zhipaiForm.vue
@@ -61,9 +61,9 @@
        data() {
            return {
                pageConfig:{
                    saveData:this.$systemconfig.basePath + '/ticket/save2',
                    weizhangData:this.$systemconfig.basePath + '/violationType/findAll',
                    zhixingrenData:this.$systemconfig.basePath + '/user/findAll',
                    saveData:this.$systemconfig.basePath + '/ffzf/ticket/save2',
                    weizhangData:this.$systemconfig.basePath + '/ffzf/violationtype/findAll',
                    zhixingrenData:this.$systemconfig.basePath + '/ffzf/user/findAll',
                },
                weizhangOptions:[],
                zhixingrenOptions:[],
src/components/page/leaderShow/leaderIndex.vue
@@ -231,8 +231,8 @@
                pageConfig: {
                    getDataUrl: this.$systemconfig.basePath + '/statistic/getData1',
                    getLogoUrl: this.$systemconfig.basePath + '/statistic/getLogo',
                    findAllUrl: this.$systemconfig.basePath + '/user/findAll',
                    illegalCarUrl: this.$systemconfig.basePath + '/notice/illegalCar2',
                    findAllUrl: this.$systemconfig.basePath + '/ffzf/user/findAll',
                    illegalCarUrl: this.$systemconfig.basePath + '/ffzf/notice/illegalCar2',
                },
                weizhangTimer:null,  //违章list定时器
                getDataTimer:null, //统计数据定时器
@@ -299,7 +299,7 @@
                  this.inits()
                })
            this.newTimes()
            this.userName = this.getStore('name')
            this.userName = this.getStore('userinfo').name
            this.getData()
            this.$nextTick(() => {
                this.createMap()
vue.config.js
@@ -16,8 +16,8 @@
        disableHostCheck: true,
        proxy: {
            '/':{
                //target:'http://183.196.93.178',
                target:'http://127.0.0.1:8089',
                target:'http://183.196.93.178:8089',
                //target:'http://127.0.0.1:8089',
                changeOrigin:true,
                pathRewrite:{
                    '/':''