This website requires JavaScript.
Explore
Help
Register
Sign In
zenghuapei
/
cyywl_server
Watch
1
Star
0
Fork
You've already forked cyywl_server
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5efd621f21
cyywl_server
/
yudao-ui-app
/
common
/
config.js
9 lines
131 B
JavaScript
Raw
Normal View
History
Unescape
Escape
1.静态页面: 首页 个人中心 登录 注册账号 忘记重置密码 2.引入vuex 加入http请求工具luch-request并设置请求和响应过滤器
2022-04-10 01:21:21 +08:00
module
.
exports
=
{
完善手机密码登录和Vuex状态管理
2022-04-20 03:08:59 +08:00
//后端接口地址
baseUrl
:
'http://127.0.0.1:48080'
,
header
:
{
//租户ID
'tenant-id'
:
1
}
1.静态页面: 首页 个人中心 登录 注册账号 忘记重置密码 2.引入vuex 加入http请求工具luch-request并设置请求和响应过滤器
2022-04-10 01:21:21 +08:00
}