We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需要根据不同的平台生成不同的路由,比如小程序和h5的路由是不同的,但是他们有一部分路由是一样的
以上是我使用过的方法,没一个奏效的,但是我看官方里面是说可以使用的
pnpm
The text was updated successfully, but these errors were encountered:
系统信息在这
Sorry, something went wrong.
在 pages.config.ts 中添加条件编译也没效果
pages.config.ts
如果你使用自动扫描的话,尝试在 vite.config.ts 中使用 onBeforeWriteFile 这个钩子 如果你不使用自动扫描的话,尝试 https://github.com/uni-helper/uni-env ,并直接使用 if else
我们似乎需要更好的方式~
如果你愿意尝鲜,https://github.com/uni-helper/vite-plugin-uni-platform 这个库应该对你有用
坑死人了啊
如果你使用自动扫描的话,尝试在 vite.config.ts 中使用 onBeforeWriteFile 这个钩子 如果你不使用自动扫描的话,尝试 https://github.com/uni-helper/uni-env ,并直接使用 if else 我们似乎需要更好的方式~ 如果你愿意尝鲜,https://github.com/uni-helper/vite-plugin-uni-platform 这个库应该对你有用
这个也没用,都是bug
No branches or pull requests
描述问题
需要根据不同的平台生成不同的路由,比如小程序和h5的路由是不同的,但是他们有一部分路由是一样的
复现
以上是我使用过的方法,没一个奏效的,但是我看官方里面是说可以使用的
系统信息
使用的包管理器
pnpm
核对
The text was updated successfully, but these errors were encountered: