Skip to content

Commit

Permalink
Merge pull request #7060 from youdianfan/patch-1
Browse files Browse the repository at this point in the history
【issues/7044】生产环境关闭mock启用
  • Loading branch information
zhangdaiscott authored Aug 11, 2024
2 parents c75e9bf + e9ac37d commit ae9e85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jeecgboot-vue3/.env.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 是否启用mock
VITE_USE_MOCK = true
VITE_USE_MOCK = false

# 发布路径
VITE_PUBLIC_PATH = /
Expand Down

0 comments on commit ae9e85d

Please sign in to comment.