This commit is contained in:
andy 2025-07-23 09:44:14 +08:00
commit 9bf43d4f06
3 changed files with 6 additions and 2 deletions

View File

@ -66,6 +66,7 @@
uni.scanCode({
onlyFromCamera:true,
success(res){
console.log(res)
let pars = ''
if(res.path){
pars = res.path.split('?')[1]

View File

@ -72,6 +72,9 @@
},
{
"path": "company/index" //
},
{
"path": "invoice/index" //
}
]
}

View File

@ -31,8 +31,8 @@ export function request(method:any,url:string,data?:any,isLoading?:any){
//url:`${conf.config.apiBaseUrl}${url}`,
//url:'http://192.168.5.200:9104'+ url,
//url:'http://192.168.7.152:9104'+ url,
//url:'http://192.168.5.14:9104'+ url,
url:'https://api.evo-techina.com'+url,
url:'http://192.168.5.14:9104'+ url,
//url:'https://api.evo-techina.com'+url,
//url:'http://192.168.7.152:9100'+ url,
method,
data:data,