Merge remote-tracking branch 'origin/main'

This commit is contained in:
Lenovo 2024-07-10 20:04:34 +08:00
commit 160e8940fe
2 changed files with 3 additions and 2 deletions

View File

@ -110,7 +110,7 @@ public class MeituanServiceImpl implements IMeituanService {
busStoreDayInfo.setCreateTime(new Date());
busStoreDayInfoMapper.insertBusStoreDayInfo(busStoreDayInfo);
BusStoreConfigInfo busStoreConfigInfo = new BusStoreConfigInfo();
busStoreConfigInfo.setStoreCode(cookie.getCookie());
busStoreConfigInfo.setStoreCode(valueFromCookie("wmPoiId", cookie.getCookie()));
busStoreConfigInfoMapper.insertBusStoreConfigInfo(busStoreConfigInfo);
try {

View File

@ -585,7 +585,8 @@ export default {
/** 新增按钮操作 */
handleAdd() {
// var url = 'https://p.kdocs.cn/s/VEQ34BIAIQ';
var url = 'http://43.140.224.18/h5/test.html'
// var url = 'http://43.140.224.18/h5/test.html'
var url = 'https://365.kdocs.cn/l/ccP9yCOfaXE9';
window.open(url,'_blank');
//
// this.reset();