fix: 更新基础URL并修复分页同步问题
- 将hand-factory的基础URL从本地IP更改为公网IP - 修复L2日志页面分页组件的v-model语法问题 - 调整hand-factory页面配置中登录页面的顺序
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// 应用全局配置
|
||||
module.exports = {
|
||||
baseUrl: 'http://192.168.31.116:8080',
|
||||
// baseUrl: 'http://192.168.31.116:8080',
|
||||
baseUrl: 'http://140.143.206.120:8080',
|
||||
// baseUrl: 'http://localhost:8080',
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
|
||||
Reference in New Issue
Block a user