Commit 5b1c4789 authored by 俞嘉婷's avatar 俞嘉婷

app 浏览任务

parent 6c237b2d
...@@ -63,6 +63,6 @@ if (CFG.env == "test") { ...@@ -63,6 +63,6 @@ if (CFG.env == "test") {
} }
if (!getUrlParam("appID")) { if (!getUrlParam("appID")) {
// alert("【警告】检测到活动url中没有appID参数\n缺少该参数会导致埋点、分享、app信息获取错误。") // alert("【警告】检测到活动url中没有appID参数\n缺少该参数会导致埋点、分享、app信息获取错误。")
}</script><link href="//yun.duiba.com.cn/spark/v2/temp_base/1743401793980/styles/vendors.3024cb3360bd77b69a13.css" rel="stylesheet"><link href="//yun.duiba.com.cn/spark/v2/temp_base/1743401793980/styles/main.3024cb3360bd77b69a13.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>"use strict"; }</script><link href="//yun.duiba.com.cn/spark/v2/temp_base/1743416975461/styles/vendors.adb5553e139417cbc2ff.css" rel="stylesheet"><link href="//yun.duiba.com.cn/spark/v2/temp_base/1743416975461/styles/main.adb5553e139417cbc2ff.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>"use strict";
CFG.___G___ = 'origin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250310_RBSpringOuting.git%20(fetch)%3Borigin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250310_RBSpringOuting.git%20(push)%3Bmaster%3Bhaiyoucuv%3B';</script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1743401793980/js/runtime-main.1abff5d9.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1743401793980/js/vendors.0d0d212b.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1743401793980/js/main.e3704951.js" crossorigin="anonymous"></script></body></html> CFG.___G___ = 'yujiating%3Bmaster%3Borigin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250310_RBSpringOuting.git%20(fetch)%3Borigin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250310_RBSpringOuting.git%20(push)%3B';</script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1743416975461/js/runtime-main.3f6f8189.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1743416975461/js/vendors.1dc2ff51.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1743416975461/js/main.f7021c1b.js" crossorigin="anonymous"></script></body></html>
\ No newline at end of file \ No newline at end of file
{"numOfComponents":5048,"numOfProject":4241} {"numOfComponents":5048,"numOfProject":4246}
\ No newline at end of file \ No newline at end of file
...@@ -10,5 +10,5 @@ module.exports ={ ...@@ -10,5 +10,5 @@ module.exports ={
"IMAGE_Q2": 0.8, "IMAGE_Q2": 0.8,
"RES_PATH": "/src/assets/", "RES_PATH": "/src/assets/",
"RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/temp_base/1743401755492", "RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/temp_base/1743401755492",
"JS_PATH_PROD": "https://yun.duiba.com.cn/spark/v2/temp_base/1743401793980/js" "JS_PATH_PROD": "https://yun.duiba.com.cn/spark/v2/temp_base/1743416975461/js"
} }
\ No newline at end of file
...@@ -93,7 +93,7 @@ const taskStore = makeAutoObservable({ ...@@ -93,7 +93,7 @@ const taskStore = makeAutoObservable({
} else { } else {
// app // app
taskStore.setCurTask(item); taskStore.setCurTask(item);
saveCookies(); await saveCookies();
const thirdBrowseParams = { const thirdBrowseParams = {
hyper_link: jumpUrl, hyper_link: jumpUrl,
is_back: "true", is_back: "true",
......
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