1. 首页
  2. 课程学习
  3. Java
  4. 基于bs的手机设备租债管理系统

基于bs的手机设备租债管理系统

上传者: 2023-07-02 18:37:44上传 ZIP文件 12.16MB 热度 11次

server { listen 8081;#前台

server_name 127.0.0.1;

location / {

root D:/phone/dist;

index.html;

try_files $uri /index.html;

}

location /api/ {

rewrite ^/api(.*)$ $1 break;

proxy_pass http://127.0.0.1:8088/;

}

error_page 500 502 503 504 /50x.html;

location = /50x.html {

root html;

}

}

server { listen 8082;#后台

下载地址
用户评论