Browse Source

信息修改

1002884655 3 years ago
parent
commit
0a3632ba74
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/routes.js

+ 3
- 3
src/routes.js View File

@@ -170,14 +170,14 @@ const routes = [
170 170
     name: '活动列表',
171 171
     page: 'pages/index/activityList/index',
172 172
     pkg: 'main',
173
-    type: 'activity',
173
+    type: 'dymic',
174 174
     // auth: ['phone', 'avatar'],
175 175
   },
176 176
   {
177 177
     name: '活动详情',
178 178
     page: 'pages/index/activityDetail/index',
179 179
     pkg: 'main',
180
-    type: 'activity',
180
+    type: 'dymic',
181 181
     auth: ['phone', 'avatar'],
182 182
   },
183 183
   {
@@ -302,7 +302,7 @@ const routes = [
302 302
     name: '我的活动',
303 303
     page: 'pages/mine/myActivity/index',
304 304
     pkg: 'main',
305
-    type: 'activity',
305
+    type: 'center',
306 306
   },
307 307
   {
308 308
     name: '我的客户',