vue commit

This commit is contained in:
zvv__666---vvz
2026-04-21 21:23:21 +08:00
commit 0fd6fbefd5
193 changed files with 65688 additions and 0 deletions

10
.env.production.uat Normal file
View File

@@ -0,0 +1,10 @@
# Base api
# Remeber to change this to your production server address
# Here I used my mock server for this project
# VUE_APP_BASE_API = 'https://vue-typescript-admin-mock-server.armour.now.sh/mock-api/v1/'
NODE_ENV = 'production'
VUE_APP_NODE_ENV = 'prod:uat'
VUE_APP_BASE_API = '/api'
# 删除权限 true/有
VUE_APP_DELETE_PERMISSIONS = true