fix: 更新基础URL并修复分页同步问题
- 将hand-factory的基础URL从本地IP更改为公网IP - 修复L2日志页面分页组件的v-model语法问题 - 调整hand-factory页面配置中登录页面的顺序
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index",
|
||||
"style": {
|
||||
@@ -13,6 +7,13 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/mine/index",
|
||||
"style": {
|
||||
|
||||
Reference in New Issue
Block a user