| 
									
										
										
										
											2025-01-28 15:25:35 +08:00
										 |  |  | window.config = { | 
					
						
							| 
									
										
										
										
											2025-02-25 22:55:31 +08:00
										 |  |  |   loginUrl: "https://web.ceniu.sztg.com/#/login", | 
					
						
							| 
									
										
										
										
											2025-01-28 15:25:35 +08:00
										 |  |  |   VConsole: true, | 
					
						
							|  |  |  |   userIdList: [], | 
					
						
							|  |  |  |   shareEnv: "production", | 
					
						
							| 
									
										
										
										
											2025-02-22 21:34:45 +08:00
										 |  |  |   getCarProductLink: ({ | 
					
						
							|  |  |  |     token, | 
					
						
							|  |  |  |     refreshToken, | 
					
						
							|  |  |  |     departmentId = 36, | 
					
						
							|  |  |  |     eId = 0, | 
					
						
							|  |  |  |     activityId, | 
					
						
							|  |  |  |   }) => { | 
					
						
							|  |  |  |     return `https://web.ceniu.sztg.com/setTokenAndRedirect.html?token=${encodeURIComponent( | 
					
						
							|  |  |  |       token | 
					
						
							|  |  |  |     )}&refreshToken=${encodeURIComponent( | 
					
						
							|  |  |  |       refreshToken | 
					
						
							|  |  |  |     )}&redirect=${encodeURIComponent( | 
					
						
							|  |  |  |       `https://web.ceniu.sztg.com/#/index/shopping?departmentId=${departmentId}&eId=${eId}&activityId=${activityId}` | 
					
						
							|  |  |  |     )}`;
 | 
					
						
							|  |  |  |   }, // 购物车产品地址
 | 
					
						
							|  |  |  |   mobileRegister: | 
					
						
							|  |  |  |     "https://web.ceniu.sztg.com/#/login?pageType=mobileRegister&redirect=", // 用户注册地址
 | 
					
						
							| 
									
										
										
										
											2025-01-28 15:25:35 +08:00
										 |  |  | }; |