Compare commits

...

2 Commits

Author SHA1 Message Date
刘龙龙 6afdbd4d85 Merge branch 'master' of http://git.umayle.com:2023/liulonglong/shuinichang_ 2023-12-15 09:50:57 +08:00
刘龙龙 8905f95003 1 2023-12-15 09:50:37 +08:00
3 changed files with 13183 additions and 8 deletions

View File

@ -1,10 +1,10 @@
import request from '@/utils/request'
import request from "@/utils/request";
//
export function loadBrand(limit) {
return request({
// url: 'brand',
url: `brand?limit=${limit}`,
method: 'GET'
})
method: "GET",
});
}

File diff suppressed because it is too large Load Diff

View File

@ -130,7 +130,7 @@ export default {
url: "",
list: [],
res: "",
falg: true,
falg: false,
type: "电流",
option: {
tooltip: {
@ -370,6 +370,8 @@ export default {
},
sendMessageToCSharp(name) {
this.falg = true;
this.dldy();
this.ssfh();
let that = this;
window.vuplex.postMessage({
type: that.$route.query.type,