瀏覽代碼

智慧养老水查查:修改户表图标

wangfen 4 年之前
父節點
當前提交
077842ec0d
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      shuichacha-for-TJ/pages/index/index.js
  2. 二進制
      shuichacha-for-TJ/static/img/btn_hubiao1.png
  3. 1 1
      shuichacha-for-TJ/utils/http.js

+ 1 - 1
shuichacha-for-TJ/pages/index/index.js

@@ -29,7 +29,7 @@ Page({
       }, {
         id: 'customermanage',
         label: '户号管理',
-        icon: '/static/img/btn_hubiao.png',
+        icon: '/static/img/btn_hubiao1.png',
         sonlabel:'绑定户号'
       }
     ],

二進制
shuichacha-for-TJ/static/img/btn_hubiao1.png


+ 1 - 1
shuichacha-for-TJ/utils/http.js

@@ -1,7 +1,7 @@
 // 本地环境
 // const $perfix = 'http://localhost:8090';
 // const $perfix = 'http://10.0.0.153:8099';
-const $perfix = 'http://114.135.61.188:33333';
+const $perfix = 'http://114.135.61.188:33334';
 // 测试环境
 // const $perfix = 'http://114.135.61.188:58082';