1
Mr.Zhang
2023-10-16 7b87b2e8506983c8dcae842ece4d1d9dec24244f
1
已修改2个文件
6 ■■■■■ 文件已修改
minipro_standard/common/config.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
platform_web/.env.production 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/common/config.js
@@ -2,7 +2,8 @@
    // baseUrl: '/doumeeplant_api',
    // baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
    // https://lingyang.mes.show:1801/doumeeplant/doc.html
    baseUrl: 'https://lingyang.mes.show:1801/doumeeplant',
    // baseUrl: 'https://lingyang.mes.show:1801/doumeeplant',
    baseUrl: 'https://www.mes.red/doumeeplant',
    phoneRegular: /^1[3456789]\d{9}$/,
    mailboxRegular: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
    positiveInteger: /^[0-9]*[1-9][0-9]*$/,
platform_web/.env.production
@@ -20,4 +20,5 @@
# VUE_APP_BASE_URL = 'http://121.41.112.139:10012/'
#正式环境
VUE_APP_BASE_URL = 'https://www.mes.red/doumeeplant/'
# VUE_APP_BASE_URL = 'https://www.mes.red/doumeeplant/'
VUE_APP_BASE_URL = 'https://lingyang.mes.show:1801/doumeeplant'