Merge remote-tracking branch 'origin/master'

master^2
dengzeyu 3 days ago
commit 42bbe65049

@ -15,4 +15,4 @@ app.use("/api",router);
app.listen(3001,() =>{ app.listen(3001,() =>{
console.log("服务器运行在3001端口上"); console.log("服务器运行在3001端口上");
}) })//123

@ -1,5 +1,5 @@
/** /**
* 存储接口地址 * 定义存储接口地址
*/ */
module.exports = { module.exports = {
baseUrl:"http://iwenwiki.com:3001", // 公共地址 baseUrl:"http://iwenwiki.com:3001", // 公共地址

@ -17,3 +17,4 @@ App({
userInfo: null userInfo: null
} }
}) })
//2024.11.20

@ -1,6 +1,5 @@
const { getCart,delGoodsCart } = require("../../api/index.js") const { getCart,delGoodsCart } = require("../../api/index.js")
//111111
Page({
/** /**
* 页面的初始数据 * 页面的初始数据

Loading…
Cancel
Save