ENV = 'production' #下方为上线需要用到的程序代理前缀,一般用于nginx代理转发 VITE_CLI_PORT = 8000 VITE_SERVER_PORT = 8888 VITE_BASE_API = /smart_intersection_api VITE_FILE_API = /smart_intersection_api #下方修改为你的线上ip VITE_BASE_PATH = https://118.253.180.18