This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zrd
/
server
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
93352b5386
Ramas
Etiquetas
master-jdk17
server
/
yudao-ui-app
/
common
/
config.js
config.js
131 B
Histórico
Raw
1
2
3
4
5
6
7
8
module.exports = {
//后端接口地址
baseUrl: 'http://127.0.0.1:48080',
header: {
//租户ID
'tenant-id': 1
}
}