diff --git a/config/config.dev.js b/config/config.dev.js index 3956920..1fa0747 100644 --- a/config/config.dev.js +++ b/config/config.dev.js @@ -86,7 +86,7 @@ export default defineConfig({ 'process.env': { // API_URL: "http://guangdongadminapi.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://192.168.1.54:1002", diff --git a/src/pages/user/user/index.tsx b/src/pages/user/user/index.tsx index d39322d..990865a 100644 --- a/src/pages/user/user/index.tsx +++ b/src/pages/user/user/index.tsx @@ -20,7 +20,7 @@ import UpPem from './components/UpPem'; /** * 添加节点 - * + *2 * @param fields */ const handleAdd = async (fields) => {