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

传参修改

parent 873d219e
...@@ -589,11 +589,13 @@ export default { ...@@ -589,11 +589,13 @@ export default {
let apiKey = "DLAB-customername-12345687"; let apiKey = "DLAB-customername-12345687";
let env = import.meta.env.VITE_TRACKING_ENV; let env = import.meta.env.VITE_TRACKING_ENV;
console.log(env); console.log(env);
let trackingParams = { let aiParams = {
env: env, 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; let openDev = this.$route.query.openDev;
localStorage.setItem( localStorage.setItem(
"completeUrl", "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