Skip to content

Commit

Permalink
🐛 由于域名会重定向http到https导致本地时无法代理到预览环境
Browse files Browse the repository at this point in the history
  • Loading branch information
lingting committed Oct 22, 2024
1 parent 4b193c7 commit 2447ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import VueI18n from '@intlify/unplugin-vue-i18n/vite'
import { projectTitle } from './src/config'
import { antdvStyleDeps } from './src/utils/resolvers'

const serverAddress = 'http://admin.ballcat.cn'
const serverAddress = 'https://admin.ballcat.cn'
// const serverAddress = 'http://127.0.0.1:8080'

// https://vitejs.dev/config/
Expand Down

0 comments on commit 2447ab0

Please sign in to comment.