修改测试链接

This commit is contained in:
YeMingfei666 2025-07-23 09:19:12 +08:00
parent 1cfad99f47
commit 3e4ec97803
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ module.exports = {
},
// Various Dev Server settings
host: "localhost", // can be overwritten by process.env.HOST
host: "0.0.0.0", // can be overwritten by process.env.HOST
port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,

View File

@ -5,7 +5,8 @@ export const productUrl='dj-admin';
// const baseUrl = "https://api.tianjinzhitongdaohe.com/czg/"
// const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试
const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上
// const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上
const baseUrl = "http://192.168.1.43:1333/admin/" // php
export default{
baseUrl