|
@@ -1,7 +1,8 @@
|
|
|
import "@/utils/loghub-tracking.js";
|
|
|
+import { VUE_APP_SLS_STORE_NAME } from "@/constants/constants";
|
|
|
const host = "cn-shenzhen.log.aliyuncs.com";
|
|
|
const project = "examcloud";
|
|
|
-const logstore = "student-client-test";
|
|
|
+const logstore = VUE_APP_SLS_STORE_NAME;
|
|
|
const logger = new window.Tracker(`${host}`, `${project}`, `${logstore}`);
|
|
|
// logger.push("customer", "zhangsan");
|
|
|
// logger.push("product", "iphone 6s");
|