Perfecto

Results 14 comments of Perfecto

![image](https://user-images.githubusercontent.com/91355573/188272957-e1fd2f93-cbe2-4dd4-b3e0-9e8d60a466e2.png) 这样p配置一下about页面就不会刷新404了

> > ![image](https://user-images.githubusercontent.com/91355573/188272957-e1fd2f93-cbe2-4dd4-b3e0-9e8d60a466e2.png) 这样p配置一下about页面就不会刷新404了 > > 好家伙,这样就解决了 其实在源码里面搜一下page.type就清楚的,about页面本质上是个page,有一些meta属性,所以page.type应该是其中一个meta属性

> > > > about页面上面要加一下 type: about,不然不会做特殊处理。 > > 是这样添加吗? ![image](https://user-images.githubusercontent.com/38484790/178403526-a3fe4b09-bc2b-4170-8ee0-441b947aa3a8.png) ![image](https://user-images.githubusercontent.com/91355573/188272920-02b1f043-7353-47d4-9658-ad9f21bc1180.png) 这样就可以了,你看看

按需加载可以参考idux文档配置插件:https://idux.site/docs/getting-started/zh#%E6%8C%89%E9%9C%80%E5%8A%A0%E8%BD%BD 然后不需要再文件中引入任何idux的组件和样式了 ```js // vite.config import { IduxResolver } from 'unplugin-vue-components/resolvers' import Components from 'unplugin-vue-components/vite' export default { plugins: [ /* ... */ Components({ resolvers: [IduxResolver()], // 可以通过指定 `importStyle` 来按需加载...

翻墙把这个css和里面的字体下载下来放到自己服务器上,在node_modules里改一下代码就好了,

了解下patch-package,docker这样改有点麻烦了 ![image](https://user-images.githubusercontent.com/91355573/188654177-c11a30a9-27ff-4f7e-899e-b4ddf497f28b.png) ![image](https://user-images.githubusercontent.com/91355573/188654215-04faf4a7-a716-488c-9be9-1deb48b445f1.png) ![image](https://user-images.githubusercontent.com/91355573/188654235-bf958667-9289-4502-be24-c92866f8941c.png)

Hello! I can't reproduce this problem Operating system: mac os 15 Browser: Edge 134 Code branch: latest main branch @crazywoola @justincui ![Image](https://github.com/user-attachments/assets/3e02f428-83be-447b-a850-346384cc8202)