# Whether to open mock VITE_USE_MOCK = true # 本地环境按钮,不用验证直接显示 VITE_USE_DEV_BUTTON = true # public path VITE_PUBLIC_PATH = / # Cross-domain proxy, you can configure multiple # Please note that no line breaks # VITE_PROXY = [["/shuanghui/","http://www.lengyitong.net:9028/shuanghui_api/shuanghui/"],["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]] VITE_PROXY = [["/shuanghui/","http://localhost:10089/"],["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]] # VITE_PROXY=[["/api","https://vvbin.cn/test"]] # Delete console VITE_DROP_CONSOLE = false # Basic interface address SPA VITE_GLOB_API_URL= # File upload address, optional VITE_GLOB_UPLOAD_URL=/upload # Interface prefix VITE_GLOB_API_URL_PREFIX= # 菜单使用项目名称 VITE_GLOB_APPSYSTEM_NAME = KPXT_WEB