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
308 B

  1. # 平台本地运行端口号
  2. VITE_PORT = 8848
  3. # 开发环境读取配置文件路径
  4. VITE_PUBLIC_PATH = /
  5. # 开发环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数")
  6. VITE_ROUTER_HISTORY = "hash"