feat(routers): update routers and vuex

This commit is contained in:
minskiter
2024-03-29 15:06:16 +08:00
parent 5e7a3dc913
commit 30fb2533e3
15 changed files with 182 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:stable-alpine3.17-slim AS dev
FROM nginx:1.25-alpine3.17-slim AS dev
WORKDIR /usr/share/nginx/html
COPY etc/www.conf /etc/nginx/conf.d/default.conf