Browse Source

docs(广告数据-数据总览): 更新广告数据-数据总览接口

fxs 3 tháng trước cách đây
mục cha
commit
ca865423a8

+ 4 - 4
index.html

@@ -2,11 +2,11 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
-    <!-- <link rel="icon" href="/logoTest.svg" /> -->
-    <link rel="icon" href="/logo.svg" />
+     <link rel="icon" href="/logoTest.svg" />
+<!--    <link rel="icon" href="/logo.svg" />-->
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>淳皓游戏管理平台</title>
-    <!-- <title>测试库-游戏管理平台</title> -->
+<!--    <title>淳皓游戏管理平台</title>-->
+     <title>测试库-游戏管理平台</title>
   </head>
   <body>
     <div id="app"></div>

+ 3 - 2
src/views/Home/AdvertisingData/AdvertisingOverview.vue

@@ -47,7 +47,8 @@ const adOverviewFieldsInfo: Array<StaticField> = [
  * 此处目前只有正式服有数据,所以URL暂时写死
  */
 const adOverviewReqConfig = reactive<ReqConfig>({
-  url: `http://service.ichunhao.cn${AllApi.userAdsOverview}`,
+  // url: `http://service.ichunhao.cn${AllApi.userAdsOverview}`,
+  url: AllApi.userAdsOverview,
   otherOptions: {
     pf: selectInfo.pf,
     gid: selectInfo.gid
@@ -56,7 +57,7 @@ const adOverviewReqConfig = reactive<ReqConfig>({
 
 const dailyInfo = reactive<TemporalTrendInfo>({
   dataReqConfig: {
-    url: `http://service.ichunhao.cn${AllApi.userAdsDaily}`,
+    url: AllApi.userAdsDaily,
     otherOptions: {
       pf: selectInfo.pf,
       gid: selectInfo.gid,

+ 5 - 5
src/views/IndexView.vue

@@ -104,8 +104,8 @@ const changeNavBar = (val: string) => {
 
 // 资源的加载路径
 const resourceInfo: Record<string, string> = {
-  logo: `/img/logo.svg`,
-  // logo: `/img/logoTest.svg`,
+  // logo: `/img/logo.svg`,
+  logo: `/img/logoTest.svg`,
   defaultHead: `/img/default/defaultHead.png`
 }
 
@@ -237,14 +237,14 @@ onMounted(() => {
       <div class="navBarBox">
         <div class="logoBox">
           <el-image :fit="'fill'" class="logoImg" :src="blobUrlInfo.logo"></el-image>
-          <!-- <span class="logoTitle">测试库</span> -->
-          <span class="logoTitle">淳皓科技</span>
+          <span class="logoTitle">测试库</span>
+          <!--          <span class="logoTitle">淳皓科技</span>-->
         </div>
 
         <div class="gameSelect">
           <el-icon class="gameIcon" :size="20">
             <icon-icon-park-game-three></icon-icon-park-game-three>
-            <!-- <icon-icon-park-solid-ad></icon-icon-park-solid-ad> -->
+            <!--             <icon-icon-park-solid-ad></icon-icon-park-solid-ad> -->
           </el-icon>
           <DropDownSelection
             :default-select="gameSelectInfo.defaultSelect"