一、查詢到我本機ip地址為:192.168.250.226

image.png
二、打開phpStudy —— 其他選項菜單 —— 打開配置文件 —— vhosts-ini

image.png
三、加入到要改項目的<VirtualHost>里面,
ServerName 127.0.0.1
ServerName 192.168.250.226

image.png
四、重啟 —— 打開地址就可以了

image.png
一、查詢到我本機ip地址為:192.168.250.226
二、打開phpStudy —— 其他選項菜單 —— 打開配置文件 —— vhosts-ini
三、加入到要改項目的<VirtualHost>里面,
ServerName 127.0.0.1
ServerName 192.168.250.226
四、重啟 —— 打開地址就可以了