ソースを参照

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/