forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-10 71578a8d5617660421b39383546500482448ca19
小程序修改
4 files modified
40 ■■■■ changed files
by-wxparty/utils/util.js 2 ●●● patch | view | raw | blame | history
gz-wxparty/api/api.js 32 ●●●● patch | view | raw | blame | history
gz-wxparty/pages/homePage/index.wxml 4 ●●● patch | view | raw | blame | history
gz-wxparty/utils/util.js 2 ●●● patch | view | raw | blame | history
by-wxparty/utils/util.js
@@ -5,7 +5,7 @@
const url = api.url;
// 是否是开发环境
const isDebug = true;
const isDebug = false;
const baseUrl = isDebug ? api.url.debug : api.url.web;
gz-wxparty/api/api.js
@@ -23,24 +23,24 @@
  // 文件下载url 后面接附件编号
  // 不同服务接口type
  fileShowUrl: 'dyh-sys',
  fileDownUrl: 'dyh-sys',
  mediate: 'dyh-mediate', // dyh-mediate
  cust: 'dyh-cust', // dyh-cust
  oper: 'dyh-oper', // dyh-oper
  sys: 'dyh-sys', // dyh-sys
  disp: 'dyh-disp', //dyh-disp
  utils: 'dyh-utils', //dyh-utils
  // fileShowUrl: 'dyh-sys',
  // fileDownUrl: 'dyh-sys',
  // mediate: 'dyh-mediate', // dyh-mediate
  // cust: 'dyh-cust', // dyh-cust
  // oper: 'dyh-oper', // dyh-oper
  // sys: 'dyh-sys', // dyh-sys
  // disp: 'dyh-disp', //dyh-disp
  // utils: 'dyh-utils', //dyh-utils
  // 正式环境
  // fileShowUrl: 'gzdyh-sys',
  // fileDownUrl: 'gzdyh-sys',
  // mediate: 'gzdyh-mediate', // gzdyh-mediate
  // cust: 'gzdyh-cust', // gzdyh-cust
  // oper: 'gzdyh-oper', // gzdyh-oper
  // sys: 'gzdyh-sys', // gzdyh-sys
  // disp: 'gzdyh-disp', //gzdyh-disp
  // utils: 'gzdyh-utils', //gzdyh-utils
  fileShowUrl: 'gzdyh-sys',
  fileDownUrl: 'gzdyh-sys',
  mediate: 'gzdyh-mediate', // gzdyh-mediate
  cust: 'gzdyh-cust', // gzdyh-cust
  oper: 'gzdyh-oper', // gzdyh-oper
  sys: 'gzdyh-sys', // gzdyh-sys
  disp: 'gzdyh-disp', //gzdyh-disp
  utils: 'gzdyh-utils', //gzdyh-utils
};
module.exports = {
gz-wxparty/pages/homePage/index.wxml
@@ -21,7 +21,9 @@
    </view>
  </view>
  <view class="main">
    <view style="height: 32rpx;">
    </view>
    <!-- 服务申请 -->
    <view>
      <view class="main_title">服务申请</view>
gz-wxparty/utils/util.js
@@ -5,7 +5,7 @@
const url = api.url;
// 是否是开发环境
const isDebug = true;
const isDebug = false;
const baseUrl = isDebug ? api.url.debug : api.url.web;