@ -15,4 +15,4 @@ app.use("/api",router);
app.listen(3001,() =>{
console.log("服务器运行在3001端口上");
})
})//123
@ -1,5 +1,5 @@
/**
* 存储接口地址
* 定义存储接口地址
*/
module.exports = {
baseUrl:"http://iwenwiki.com:3001", // 公共地址
@ -17,3 +17,4 @@ App({
userInfo: null
}
//2024.11.20
@ -1,6 +1,5 @@
const { getCart,delGoodsCart } = require("../../api/index.js")
//111111
Page({
* 页面的初始数据