|
@@ -5,14 +5,14 @@ Page({
|
|
|
setTimeout(() => {
|
|
|
resolve({
|
|
|
title: '用水宝',
|
|
|
- path: '/homepage/homepage',
|
|
|
+ path: '/pages/homepage/homepage',
|
|
|
imageUrl: '/static_file/share_img.png',
|
|
|
})
|
|
|
}, 500)
|
|
|
})
|
|
|
return {
|
|
|
title: '用水宝',
|
|
|
- path: '/homepage/homepage',
|
|
|
+ path: '/pages/homepage/homepage',
|
|
|
imageUrl: '/static_file/share_img.png',
|
|
|
promise
|
|
|
}
|