diff --git a/src/app.config.ts b/src/app.config.ts index 9004857..7773e34 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -24,8 +24,8 @@ export default { { pagePath: 'pages/shopCar/index', text: '购物车', - iconPath: './styles/tabbar/my.png', - selectedIconPath: './styles/tabbar/my_selected.png', + iconPath: './styles/tabbar/shop.png', + selectedIconPath: './styles/tabbar/shop_selected.png', }, { pagePath: 'pages/user/index', diff --git a/src/common/constant.ts b/src/common/constant.ts index a2fccba..8fd7573 100644 --- a/src/common/constant.ts +++ b/src/common/constant.ts @@ -1,4 +1,4 @@ -// export const BASE_URL = CURRENT_BASE_URL +export const BASE_URL = CURRENT_BASE_URL // export const BASE_URL = `http://192.168.0.75:50001/lymarket` // export const BASE_URL = `http://192.168.0.89:50001/lymarket` // export const BASE_URL = `http://10.0.0.5:50001/lymarket` @@ -13,7 +13,7 @@ // export const BASE_URL = 'https://www.zzfzyc.com/lymarket' // 正式环境 // export const BASE_URL = `http://192.168.1.5:40001/lymarket` // 王霞 // export const BASE_URL = 'http://192.168.1.7:50002/lymarket' // 添 -export const BASE_URL = 'http://192.168.1.28:50002/lymarket' // 婷 +// export const BASE_URL = 'http://192.168.1.28:50002/lymarket' // 婷 // export const BASE_URL = 'http://192.168.1.42:50002/lymarket' // 杰 // CDN diff --git a/src/styles/tabbar/home.png b/src/styles/tabbar/home.png index fc8b7d9..97f40d5 100644 Binary files a/src/styles/tabbar/home.png and b/src/styles/tabbar/home.png differ diff --git a/src/styles/tabbar/home_selected.png b/src/styles/tabbar/home_selected.png index 6729b9e..6a61591 100644 Binary files a/src/styles/tabbar/home_selected.png and b/src/styles/tabbar/home_selected.png differ diff --git a/src/styles/tabbar/my.png b/src/styles/tabbar/my.png index 225e22b..2dfc146 100644 Binary files a/src/styles/tabbar/my.png and b/src/styles/tabbar/my.png differ diff --git a/src/styles/tabbar/my_selected.png b/src/styles/tabbar/my_selected.png index 1432d1e..9612b38 100644 Binary files a/src/styles/tabbar/my_selected.png and b/src/styles/tabbar/my_selected.png differ diff --git a/src/styles/tabbar/shop.png b/src/styles/tabbar/shop.png new file mode 100644 index 0000000..7794bda Binary files /dev/null and b/src/styles/tabbar/shop.png differ diff --git a/src/styles/tabbar/shop_selected.png b/src/styles/tabbar/shop_selected.png new file mode 100644 index 0000000..b130b57 Binary files /dev/null and b/src/styles/tabbar/shop_selected.png differ