Skip to content

Commit

Permalink
🍎fix:修改服务端地址
Browse files Browse the repository at this point in the history
  • Loading branch information
durunsong committed Nov 20, 2024
1 parent 67e0b33 commit 40b62b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ VITE_MODE = 'production'

## 后端接口公共路径(如果解决跨域问题采用 CORS 就需要写全路径)
## 变量必须以 VITE_ 为前缀才能暴露给外部读取
VITE_BASE_API = 'https://kilyicms-db.vercel.app'
VITE_BASE_API = 'https://kilyicms-server.vercel.app'

0 comments on commit 40b62b3

Please sign in to comment.