Update add_stu.js

main
psp2mw64e 2 months ago
parent a0a27529d3
commit 47ef0b4ebb

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

Loading…
Cancel
Save