소스 검색

1、修改域名

qmj 5 달 전
부모
커밋
3d55dd95a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -3,7 +3,7 @@ import path from 'path'
 import createVitePlugins from './vite/plugins'
 
 // const baseUrl = 'http://localhost:8080' // 后端接口
-const baseUrl = 'https://loanapi.waimai-paotui.com' // 后端接口
+const baseUrl = 'https://ynapi.waimai-paotui.com' // 后端接口
 // const baseUrl="https://api.shoujida.com"
 
 // https://vitejs.dev/config/