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 => {