Commit d85a72c0 authored by 朱国瑞's avatar 朱国瑞

传参修改

parent 873d219e
......@@ -584,16 +584,18 @@ export default {
}
let { camera } = await authCamera(0);
console.log(import.meta.env);
if (camera) {
let apiKey = "DLAB-customername-12345687";
let env = import.meta.env.VITE_TRACKING_ENV;
console.log(env);
let trackingParams = {
let aiParams = {
env: env,
apiKey: apiKey
apiKey: apiKey,
aiServerDomain:
"https://bfai-service-apac-uat.d-lab-services.danone.com"
};
localStorage.setItem("trackingParams", JSON.stringify(trackingParams));
localStorage.setItem("aiParams", JSON.stringify(aiParams));
let openDev = this.$route.query.openDev;
localStorage.setItem(
"completeUrl",
......
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