|
@@ -6,6 +6,7 @@ import http from './plugins/http';
|
|
|
import Dialog from './vant/dialog/dialog';
|
|
import Dialog from './vant/dialog/dialog';
|
|
|
import common from './mixins/common';
|
|
import common from './mixins/common';
|
|
|
import './styles/font.less';
|
|
import './styles/font.less';
|
|
|
|
|
+import './styles/vanIndex.less';
|
|
|
|
|
|
|
|
Vue.prototype.$colors = {
|
|
Vue.prototype.$colors = {
|
|
|
prim: '#FF7F1F',
|
|
prim: '#FF7F1F',
|
|
@@ -32,7 +33,7 @@ export default {
|
|
|
pages: [
|
|
pages: [
|
|
|
'pages/Home',
|
|
'pages/Home',
|
|
|
'pages/address',
|
|
'pages/address',
|
|
|
- 'pages/my/my',
|
|
|
|
|
|
|
+ 'pages/mine',
|
|
|
'pages/receiving',
|
|
'pages/receiving',
|
|
|
'pages/add',
|
|
'pages/add',
|
|
|
'pages/details',
|
|
'pages/details',
|
|
@@ -57,7 +58,7 @@ export default {
|
|
|
selectedIconPath: 'native/imgs/tabbar_icon_05_pre.png'
|
|
selectedIconPath: 'native/imgs/tabbar_icon_05_pre.png'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- pagePath: 'pages/order',
|
|
|
|
|
|
|
+ pagePath: 'pages/mine',
|
|
|
text: '我的',
|
|
text: '我的',
|
|
|
iconPath: 'native/imgs/tabbar_icon_04.png',
|
|
iconPath: 'native/imgs/tabbar_icon_04.png',
|
|
|
selectedIconPath: 'native/imgs/tabbar_icon_04_pre.png'
|
|
selectedIconPath: 'native/imgs/tabbar_icon_04_pre.png'
|