v2-dev-buy
xiaojunnuo 2025-08-25 21:16:33 +08:00
parent 6b7631ed5e
commit 6f8fbe3f09
2 changed files with 4 additions and 1 deletions

View File

@ -10,4 +10,4 @@ VITE_APP_LOGO=static/images/logo/logo.svg
VITE_APP_LOGIN_LOGO=static/images/logo/rect-black.svg VITE_APP_LOGIN_LOGO=static/images/logo/rect-black.svg
VITE_APP_PROJECT_PATH=https://github.com/certd/certd VITE_APP_PROJECT_PATH=https://github.com/certd/certd
VITE_APP_NAMESPACE=fs VITE_APP_NAMESPACE=fs
VITE_APP_VIP_PRODUCT_URL="http://localhost:1017/subject#/product/list" VITE_APP_VIP_PRODUCT_URL="http://localhost:1017/subject#/app/certd/product"

View File

@ -1,3 +1,6 @@
VITE_APP_API=api VITE_APP_API=api
#登录与权限开启 #登录与权限开启
VITE_APP_PM_ENABLED=true VITE_APP_PM_ENABLED=true
VITE_APP_VIP_PRODUCT_URL="https://app.handfree.work/subject#/app/certd/product"