commit | 0f9623f23a0e6066a4e6c3d43c76171f43ef0f66 | [log] [tgz] |
---|---|---|
author | 22301133 <22301133@bjtu.edu.cn> | Fri Jun 06 00:22:05 2025 +0800 |
committer | 22301133 <22301133@bjtu.edu.cn> | Fri Jun 06 18:47:37 2025 +0800 |
tree | 91f46829907054170a4f0961f200678382a7132a | |
parent | c6a4ee05c37230c1086d7c5c8e442f0b09f9ea70 [diff] [blame] |
add webuser API Change-Id: I525da55355631991fd9554346b539c1c09593113
diff --git a/front/src/config.js b/front/src/config.js new file mode 100644 index 0000000..d651f0d --- /dev/null +++ b/front/src/config.js
@@ -0,0 +1,2 @@ +// src/config.js +export const API_BASE_URL = "http://10.126.59.25:8081";