diff --git a/src/api/comm/index.js b/src/api/comm/index.js index 2515dd2..9208f93 100644 --- a/src/api/comm/index.js +++ b/src/api/comm/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-20 16:36:08 - * @LastEditTime: 2021-10-22 13:08:08 + * @LastEditTime: 2021-10-27 09:01:56 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/api/comm/index.js @@ -55,3 +55,13 @@ export function getCrisis(params) { params: obj }) } + +// 获取切换品牌 +export function getUserBrand(params) { + let obj = Object.assign({action: 'getUserBrand'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} diff --git a/src/assets/images/BrandInsight/btn-01.png b/src/assets/images/BrandInsight/btn-01.png new file mode 100644 index 0000000..0d4dc97 Binary files /dev/null and b/src/assets/images/BrandInsight/btn-01.png differ diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue index 027eb97..c177ad4 100644 --- a/src/lycomponents/iHeader/index.vue +++ b/src/lycomponents/iHeader/index.vue @@ -78,7 +78,6 @@ export default { }; }, created() { - console.log(this.getCommTime) this.getTime(this.getCommTime) }, mounted() { diff --git a/src/lycomponents/iSwitchBrand/index.vue b/src/lycomponents/iSwitchBrand/index.vue index d672610..00a32ee 100644 --- a/src/lycomponents/iSwitchBrand/index.vue +++ b/src/lycomponents/iSwitchBrand/index.vue @@ -1,7 +1,7 @@