@@ -1,3 +1,3 @@
{
- "value": "20240430174453"
+ "value": "20240430175137"
}
@@ -0,0 +1,8 @@
+{
+ "version": "20230607160059",
+ "target": "http://192.168.0.125",
+ "vite": {
+ "port": 5187,
+ "host": "0.0.0.0"
+ }
+}
@@ -1,8 +1,5 @@
- "version": "20230607160059",
- "target": "http://192.168.0.125",
- "vite": {
- "port": 5187,
- "host": "0.0.0.0"
- }
+ "version": "20240430175137",
+ "target": "http://192.168.0.125:80",
+ "vite": {}
@@ -255,7 +255,8 @@ const downloadTemplate = async () => {
//上传完成
-const uploadSuccess = () => {
+const uploadSuccess = (a, b, res) => {
+ window?.$message.success(res.msg)
setTimeout(() => {
getTableData()
modalImportClose()