You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
173 B

  1. # 线上环境项目打包路径
  2. VITE_PUBLIC_PATH = /
  3. # 线上环境路由历史模式
  4. VITE_ROUTER_HISTORY = "hash"
  5. # 线上环境后端地址
  6. VITE_PROXY_DOMAIN_REAL = ""