From 47ef0b4ebb9760bfc19ca96adfd992c5914bc768 Mon Sep 17 00:00:00 2001 From: psp2mw64e <2304110814@qq.com> Date: Mon, 7 Oct 2024 20:32:57 +0800 Subject: [PATCH] Update add_stu.js --- pages/add_stu/add_stu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/add_stu/add_stu.js b/pages/add_stu/add_stu.js index 5451af8..69b5b81 100644 --- a/pages/add_stu/add_stu.js +++ b/pages/add_stu/add_stu.js @@ -52,7 +52,7 @@ Page({ // 可以使用微信小程序的API或将文件上传到服务器解析 const that = this; wx.uploadFile({ - url: '暂无', // 你的服务器上传地址 + url: 'http://192.168.152.1:8090/excel/import', // 你的服务器上传地址 filePath: filePath, name: 'file', success: uploadRes => {