Browse Source

首页消息改成首页

data-paga-xiaowang
是小王呀\24601 1 year ago
parent
commit
288cf35981
  1. 2
      components/custom-tab-bar/index.js
  2. 4
      utils/config.js

2
components/custom-tab-bar/index.js

@ -11,7 +11,7 @@ Component({
"list": [
{
"pagePath": "/pages/index/index",
"text": "消息",
"text": "首页",
"iconPath": "/images/home/message.png",
"selectedIconPath": "/images/home/messageSelected.png",
show: true

4
utils/config.js

@ -5,8 +5,8 @@ module.exports = {
};
function BASEURL() {
return 'https://epmet-preview.elinkservice.cn/api/' // 演示环境
// return 'http://192.168.1.144/api/' //测试环境
// return 'https://epmet-preview.elinkservice.cn/api/' // 演示环境
return 'http://192.168.1.144/api/' //测试环境
// return 'http://219.146.91.110:30801/api/'
// return 'https://epmet-preview.elinkservice.cn/api/' // 演示环境

Loading…
Cancel
Save