- 博客(2)
- 收藏
- 关注
原创 Not Found The requested URL was not found on this server. Additionally, a 404 Not Found error was e
这是tp6配置时候出现的问题 先配置伪静态文件 在public目录下有个文件.htaccess 复制以下内容到此文件中 <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index...
2022-03-16 22:36:16
1243
原创 uni-app禁止小程序上下滑动ios
只需要在pages.json中全局样式globalstyle中添加disablescroll:true即可 代码如下: "globalStyle": { // 禁止页面被拖动 "disableScroll":true },
2022-03-16 11:39:02
2379
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅