diff --git a/config/env.js b/config/env.js index d42cdfb..c012285 100644 --- a/config/env.js +++ b/config/env.js @@ -1,6 +1,6 @@ import request from '@/utils/request' -const version = '1.0.0.0' +const version = '1.0.0' const DEV = { name: '开发', @@ -17,9 +17,10 @@ const PRE = { const PROD = { name: '线上', - baseUrl: '', + baseUrl: 'https://lock.xhjcn.ltd/api', + webviewBaseUrl: 'https://lock.xhjcn.ltd', version: version } // 更换环境的时候 切换导出就行 -export default DEV +export default PRE