This commit is contained in:
PC-202306242200\Administrator
2025-08-02 10:12:26 +08:00
parent e3f5aaa0a3
commit 2ee58d5905
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ export default defineConfig({
'process.env': { 'process.env': {
// API_URL: "http://guangdongadminapi.zhongshuai2023.com", // API_URL: "http://guangdongadminapi.zhongshuai2023.com",
// API_URL: "http://iadminapi.zhongshuai2023.com", // API_URL: "http://iadminapi.zhongshuai2023.com",
API_URL: "http://192.168.1.62:1002", API_URL: "http://192.168.1.63:1002",
// API_URL: "http://guangdongadminapi.zhongshuai2023.com", // API_URL: "http://guangdongadminapi.zhongshuai2023.com",
// API_URL: "http://192.168.1.54:1002", // API_URL: "http://192.168.1.54:1002",

View File

@@ -20,7 +20,7 @@ import UpPem from './components/UpPem';
/** /**
* 添加节点 * 添加节点
* *2
* @param fields * @param fields
*/ */
const handleAdd = async (fields) => { const handleAdd = async (fields) => {