企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# h5单独部署域名 第一步:下载uniapp源码 ![](https://img.kancloud.cn/5f/52/5f52044ea2ff92d5e55a563d2129b896_1920x619.png) ![](https://img.kancloud.cn/d5/ed/d5ed10336ff71b4a1e73f6f31e15dc1e_1920x798.png) 第二步:下载hbuilder(\[[https://www.dcloud.io/hbuilderx.html](https://www.dcloud.io/hbuilderx.html)\]) ![](https://img.kancloud.cn/89/e6/89e6b988824047ad38d2e73e04c4a746_1920x847.png) ![](https://img.kancloud.cn/eb/2d/eb2dd66d5c3eae0e3dd4bcd91c82b803_1920x843.png) 第三步:导入下载下的uniapp源码 ![](https://img.kancloud.cn/4f/7e/4f7e0b582245be863cc42bd2b7aa285f_1621x702.png) 第四步:把配置文件配置好 ![](https://img.kancloud.cn/12/39/12394eace2bea37fa8ee9235ff2cab49_1271x683.png) 第五步:需要先安装一个插件scss/sass插件 ![](https://img.kancloud.cn/46/bf/46bfdd8c049e43cb335f13cf1f4f5e92_1497x906.png) 第六步:发行h5 ![](https://img.kancloud.cn/76/44/76442fdd04f98dc041bc039be0434d4f_1205x771.png) ![](https://img.kancloud.cn/85/81/858159707ec44829c8bd1e6f57c2993e_1496x701.png) ![](https://img.kancloud.cn/34/9b/349b6902c4f2c85c9d110bbcbdd294cd_1327x736.png) 第七步:发行完之后 找到路径 把代码压缩上传到新建的站点根目录并解压到根目录 ![](https://img.kancloud.cn/7c/a8/7ca8871405fc3e7fcf43bdce82d07c80_1554x894.png) ![](https://img.kancloud.cn/e8/57/e8577c14ec6173c719ae955167e4892c_881x541.png) 第八步:给该网站配置伪静态 nginx环境下伪静态配置 ![](https://img.kancloud.cn/64/9a/649a4b37effad4001e1145441407c753_704x688.png) 修改成如下图 ![](https://img.kancloud.cn/6f/9a/6f9a9add05a266888da92727c135efa1_728x559.png) apache环境下伪静态配置 根目录下的.htaccess文件添加伪静态配置如下图 <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /index.html [L] RewriteEngine on RewriteCond % !^$ </IfModule> ![](https://img.kancloud.cn/a3/8b/a38b1d2e420ce82801b8c188368f9445_421x230.png) 第九步:后台访问手机端域名设置需要修改成你的单独配置的域名 ![](https://img.kancloud.cn/db/35/db35ae6fefe079fd1b47866361b3c729_1208x701.png) 第十步:如果需要在微信公众号中拿单独域名访问 请把此域名配置到微信公众号的业务域名、js域名、网页域名即可 ![](https://img.kancloud.cn/c7/46/c7461de0bb2c2927619ab8032d952269_1849x789.png) 这样就单独域名配置完成了!