ll
liukangdong
2025-01-15 f5028477ff21f0146206bfcac6e78cb92e81d90c
ll
已修改5个文件
16 ■■■■■ 文件已修改
h5/pages/login/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/meetingCalendar.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/meetingManager.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/task/vDangetAppr.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/utils/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/login/login.vue
@@ -41,7 +41,7 @@
    export default {
        data() {
            return {
                code: 'aaa'
                code: ''
            }
        },
        onLoad(option) {
h5/pages/staff/meetingCalendar.vue
@@ -252,7 +252,8 @@
    initData() {
      // 当月数据
      monthMeetingPage({
        yearMonth: this.currentDate.slice(0, 7)
        yearMonth: this.currentDate.slice(0, 7),
                queryType: 1
      }).then(res => {
        this.monthMark = res.data.filter(i => i.meetingNum > 0).map(j => {
          return {
h5/pages/staff/meetingManager.vue
@@ -165,7 +165,8 @@
    initData() {
      // 当月数据
      monthMeetingPage({
        yearMonth: this.currentDate.slice(0, 7)
        yearMonth: this.currentDate.slice(0, 7),
                queryType: 3
      }).then(res => {
        this.monthMark = res.data.filter(i => i.meetingNum > 0).map(j => {
          return {
@@ -234,7 +235,7 @@
      // 当天我参与的会议
      myMeetingPage({
        model: {
          queryType: '1',
          queryType: '3',
          roomsId: activeRoom.id,
          queryDate: currentDate
        },
h5/pages/staff/task/vDangetAppr.vue
@@ -506,7 +506,7 @@
        getMemList() {
            findHiddenAreaMemberList({
                ...this.transferModel,
                id: this.info.areaId,
                // id: this.info.areaId,
                ...this.pagination
            }).then(res => {
                this.memberList = res.data || []
h5/utils/config.js
@@ -1,8 +1,8 @@
export const baseUrl = 'zhyq_interface/'
// export const baseUrl = 'zhyq_interface/'
// export const baseUrl = 'http://192.168.0.173/gateway_interface/'
// export const baseUrl = 'http://10.50.250.253:8088/gateway_interface/'
// export const baseUrl = 'https://atwl.ahzyssl.com/zhyq_interface/'
export const baseUrl = 'https://atwl.ahzyssl.com/zhyq_interface/'
export const app_url = 'https://atwl.ahzyssl.com/zhyq_h5/#/'