Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.env.testing 326 Bytes
Copy Edit Raw Blame History
哎哟嘿 authored 2023-11-08 17:40 . vue3框架
# 如需添加更多环境变量,请以 VITE_APP_ 开头声明
# 在代码中使用 import.meta.env.VITE_APP_XXX 获取指定变量
# 环境配置标识
VITE_APP_ENV = 'testing'
# api接口请求地址
VITE_APP_BASE_API = 'http://127.0.0.1:8085'
# 静态资源文件url
VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化