Commit 23340e85 authored by zhengke's avatar zhengke
parents 97e0e878 02577ec0
......@@ -734,11 +734,13 @@
},
//修改版权
TestMiniApp() {
this.apipost("/api/Mall/GetHome", {
}, res => {
console.log("Test",res.data);
})
var cmdStr = "";
//cmdStr = "/api/test/get";
cmdStr="/api/Mall/GetHome";
// this.apipost(cmdStr, {
// }, res => {
// console.log("Test", res.data);
// })
},
},
mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment