From f398d51991323eb7a788a0b34cea30b754d7b0d9 Mon Sep 17 00:00:00 2001 From: xuyucheng Date: Fri, 26 Nov 2021 15:11:38 +0800 Subject: [PATCH] build --- nginx.conf | 2 +- public/index.html | 2 +- public/manifest.json | 25 ------- src/api/request.js | 9 ++- src/assets/style/general.css | 2 +- src/pages/home/branch/dashboard.js | 46 ++++++------- src/pages/home/branch/service.js | 10 +-- src/pages/home/branch/userBranch/company.js | 8 +-- .../home/branch/userBranch/invitation.js | 8 +-- src/pages/home/branch/userBranch/login.js | 8 +-- src/pages/home/branch/userBranch/mail.js | 8 +-- src/pages/home/branch/userBranch/userInfo.js | 66 +++++++++---------- src/pages/home/side.js | 10 +-- src/pages/user/index.js | 11 +++- 14 files changed, 96 insertions(+), 119 deletions(-) delete mode 100644 public/manifest.json diff --git a/nginx.conf b/nginx.conf index ec1ebd6..4b9507d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,7 +15,7 @@ http { sendfile on; keepalive_timeout 65; server { - listen 5555; + listen 51004; server_name localhost; location / { root /app; diff --git a/public/index.html b/public/index.html index 54295ce..0b71943 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - +