Files
2026-06-12 11:48:17 +08:00

53 lines
2.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1. <a-radio-button value="1">本地</a-radio-button>
在JS中的这种值比较 要用 vvv.value === '1'
2.当api中拿不到json数据时,可以将调用方法设置为async异步,即可获取。
3.未解决: 从携程拿到的PNR小编如何换成大编PNR去易宝支付GetPrice。
4.未解决:新增特殊政策报错:政策集合为空或政策字段格式错误,如何解决。
5.解决了prod环境页面刷新的问题,VITE_BASE_URL = '/',原先是'./'
6.解决了npm run dev启动慢的问题,在于浏览器禁用了缓存。
7.vue项目中图片放到 /public ,可以在代码里通过 / 定位。而不是 /src/assets/下,
8.解决了拆分订单在订单列表默认不打开的问题,原因在于:const listData = ref([{}]); 和 const listData = ref([]); 有区别,
应该使用前者。
9.a-table 的hover问题,是需要定义到cell,就可以不闪了:
.ddTable .ant-table-tbody .ant-table-cell:hover{ background-color: #0aff00; }
10.完成mybatisplus日志的显示与隐藏:在application.yaml 中设置:
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
#org.apache.ibatis.logging.stdout.StdOutImpl
11.实现前端代码对于角色的判断:
<a-button :disabled="!$store.state.roles.includes('admin')">
12.完成利用vue-cropper@1.0.5实现图片的裁剪功能,彻底完成。
13.向sys_user 表中加入 rate 字段。
已完成:
模拟降舱功能。
特政时间设置问题。
按钮权限功能设置。
日志功能添加。
同程推送接口。
解决之前注释掉modules/settings.js 的问题,又加上了。src/settings.js 改为: export default {
实现了线上https 的改造,api 用 ip 反向代理。
}
1.若依使用redis作消息队列。已完成。
1List方式:TongSpecialController 中: callbackAdd(@RequestBody JSONObject jsonObj)方法
messageProducerService.sendListMessage 发送List消息。然后在 getCallbackInfo方法中取消息:
String ttBack = stringRedisTemplate.opsForList().rightPop(pokey);
2:发布订阅方式:
1.在订单列表里看政策详情页面。
2.退票列表里开始退票流程。
3.从差务系统里发布机票订单(接口方式)。 完成
4.已完成项目的ICON所有显示功能。
几个关键问题:
1.eterm 查询 接口
2.IBE接口
3.订单推送接口。
目前遇到问题:
1:航司授权。
2OTA平台申请。
3:业务模型。