智慧保安互联网APP
liuyg
2021-07-30 fc3d1e4fb54bc193f15c9ff3b794a4dd00e01f7e
接口
2 files modified
4 ■■■■ changed files
pages/securityStaff/exhibition.vue 2 ●●● patch | view | raw | blame | history
pages/securityStaff/information.vue 2 ●●● patch | view | raw | blame | history
pages/securityStaff/exhibition.vue
@@ -56,7 +56,7 @@
            getDataList() {
                var d = []
                axios({
                    url: 'http://192.168.0.108:81/blade-user/page',
                    url: this.$store.state.piAPI + '/blade-user/page',
                    method: 'get',
                }).then(res => {
                    console.log(res.data.data.records);
pages/securityStaff/information.vue
@@ -145,7 +145,7 @@
                this.showc = true;
            },
            getcongye() {
                var url = 'http://192.168.0.109:81/experience/selectExperienceInfo',
                var url = this.$store.state.piAPI + '/experience/selectExperienceInfo',
                    data = {
                        cardid: this.datalist.cardid
                    },