新版挂号,州医院病历复印

李进才 3 years ago
parent 5f104de493
commit 26ba3275d2
  1. 4
      src/config/axios-config.js
  2. 271
      src/config/wx-config.js

@ -8,7 +8,7 @@ const Axios = (function (Axios, store) {
const RUN_ENV = HOST_NAME === '127.0.0.1' || HOST_NAME === 'localhost' ? 'development' : 'production'
// 请求路径配置
const baseUrl = RUN_ENV === 'development' ? 'http://wx.mzsrmyy.net/' : ''
const baseUrl = RUN_ENV === 'development' ? 'http://wx.hhzyy.com/' : ''
// 模板请求路径
console.warn('==========当前运行环境:' + RUN_ENV + '==========' + (RUN_ENV === 'development' ? '(注意测试数据的影响)' : ''))
@ -186,7 +186,7 @@ const Axios = (function (Axios, store) {
{
id: 0,
openid: 'oeso-t62kkoRwLVVkSkwmmjPfUXk',
patientId: '60797836', // 12 - 17
patientId: '10113718', // 12 - 17
// enPatientId: '0d5c3c6ac0124f9bbeace1805acfcfeaMTUzNjcx',
enPatientId: '98BF75D35652B7B439FB2A51013ED690',
name: '李进才',

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save