fix
This commit is contained in:
parent
826fa0bf48
commit
36bba2c6ce
@ -33,6 +33,7 @@ export default {
|
||||
url: "/pages/index/index?id=" + state.id + "&pid=" + state.pid,
|
||||
success: () => {
|
||||
loading.value = false;
|
||||
plus.navigator.closeSplashscreen();
|
||||
},
|
||||
fail: () => {
|
||||
loading.value = false;
|
||||
@ -48,6 +49,7 @@ export default {
|
||||
url: "/pages/painting/index?id=" + state.id + "&pid=" + state.pid,
|
||||
success: () => {
|
||||
loading.value = false;
|
||||
plus.navigator.closeSplashscreen();
|
||||
},
|
||||
fail: () => {
|
||||
loading.value = false;
|
||||
@ -68,6 +70,7 @@ export default {
|
||||
|
||||
success: () => {
|
||||
loading.value = false;
|
||||
plus.navigator.closeSplashscreen();
|
||||
},
|
||||
fail: () => {
|
||||
loading.value = false;
|
||||
|
@ -5,36 +5,53 @@
|
||||
"custom": {
|
||||
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
||||
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
||||
}
|
||||
},
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path": "pages/login/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"enablePullDownRefresh": false
|
||||
{
|
||||
"path": "pages/login/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"enablePullDownRefresh": false
|
||||
},
|
||||
"app-plus": {
|
||||
"splashscreen": {
|
||||
"alwaysShowBeforeRender": false,
|
||||
"waiting": false,
|
||||
"autoclose": false,
|
||||
"delay": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"app-plus" : {
|
||||
"splashscreen" : {
|
||||
"alwaysShowBeforeRender" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "添加画作",
|
||||
"enablePullDownRefresh": false
|
||||
},
|
||||
"app-plus": {
|
||||
"splashscreen": {
|
||||
"alwaysShowBeforeRender": false,
|
||||
"waiting": false,
|
||||
"autoclose": false,
|
||||
"delay": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/painting/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "入库",
|
||||
"enablePullDownRefresh": false
|
||||
|
||||
},
|
||||
"app-plus": {
|
||||
"splashscreen": {
|
||||
"alwaysShowBeforeRender": false,
|
||||
"waiting": false,
|
||||
"autoclose": false,
|
||||
"delay": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -42,7 +59,14 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
|
||||
},
|
||||
"app-plus": {
|
||||
"splashscreen": {
|
||||
"alwaysShowBeforeRender": false,
|
||||
"waiting": false,
|
||||
"autoclose": false,
|
||||
"delay": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user