CurryHan
CurryHan
yes,I think this bug should bu fixed. as I only need it position top and center,so I do like this ``` .notifyjs-corner { left: 50% !important; transform: translateX(-50%); } ```
``` grace.http.interceptors.request.use((request) => { var token = wx.getStorageSync('token') || "" if (token === "") return wx.navigateTo({ url: '/pages/authorize/index', }) request.headers = { 'Authorization': 'Bearer ' + token, 'Content-Type':'application/json' } console.log("interceptors.request",...
改了啥 我试了还不行 我请求的是post
发现还是跟react18的 createRoot有关,使用`ReactDOM.render`正常
请问有办法修复吗