From 2738329416062527b8afe9f804e71fab9172e977 Mon Sep 17 00:00:00 2001 From: "lenovo008\\lenovo" Date: Fri, 19 Jul 2024 14:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=81=E7=89=8C=E5=90=8D=E7=A7=B0=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA=E9=83=91=E5=A4=A7=E9=92=92=E6=B0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改了页面标题、console.log输出、以及store中的商城信息配置,将品牌名从“郑大商城”更新为“郑大钒水”。 --- yudao-mall-uniapp-master/pages.json | 2 +- yudao-mall-uniapp-master/sheep/config/index.js | 2 +- yudao-mall-uniapp-master/sheep/store/app.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yudao-mall-uniapp-master/pages.json b/yudao-mall-uniapp-master/pages.json index 128820b..77c041b 100644 --- a/yudao-mall-uniapp-master/pages.json +++ b/yudao-mall-uniapp-master/pages.json @@ -683,7 +683,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "郑大商城", + "navigationBarTitleText": "郑大钒水", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF", "navigationStyle": "custom" diff --git a/yudao-mall-uniapp-master/sheep/config/index.js b/yudao-mall-uniapp-master/sheep/config/index.js index fcc1211..14dd2b7 100644 --- a/yudao-mall-uniapp-master/sheep/config/index.js +++ b/yudao-mall-uniapp-master/sheep/config/index.js @@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'development') { baseUrl = import.meta.env.SHOPRO_BASE_URL; } version = import.meta.env.SHOPRO_VERSION; -console.log(`[郑大商城 ${version}] http://doc.iocoder.cn`); +console.log(`[郑大钒水 ${version}] http://doc.iocoder.cn`); export const apiPath = import.meta.env.SHOPRO_API_PATH; export const staticUrl = import.meta.env.SHOPRO_STATIC_URL; diff --git a/yudao-mall-uniapp-master/sheep/store/app.js b/yudao-mall-uniapp-master/sheep/store/app.js index babe2ae..eb7f079 100644 --- a/yudao-mall-uniapp-master/sheep/store/app.js +++ b/yudao-mall-uniapp-master/sheep/store/app.js @@ -61,7 +61,7 @@ const app = defineStore({ // TODO 芋艿:未来支持管理后台可配;对应 https://api.shopro.sheepjs.com/shop/api/init if (true) { this.info = { - name: '郑大商城', + name: '郑大钒水', logo: 'https://static.iocoder.cn/ruoyi-vue-pro-logo.png', version: '1.1.13', copyright: '超牛的',