This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
recruitment-wechat-uniapp-241012
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
提交配置:增加lzx本地接口地址
master
主管理员
2 months ago
parent
6116f35de6
commit
9914424a20
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
config.js
+ 4
- 1
config.js
View File
@ -7,11 +7,14 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue
.
use
(
uvUI
)
;
// 当前环境
const
type
=
'
prod
'
const
type
=
'
lzx
'
// 环境配置
const
config
=
{
lzx
:
{
baseUrl
:
'http://h5.xzaiyp.top/employ-api'
,
}
,
dev
:
{
baseUrl
:
'http://augcl.natapp1.cc/employ-api'
,
}
,
Write
Preview
Loading…
Cancel
Save