
--- client/views/pages/admin/technology/TechSelectList.vue
+++ client/views/pages/admin/technology/TechSelectList.vue
... | ... | @@ -151,8 +151,7 @@ |
151 | 151 |
const vm = this; |
152 | 152 |
|
153 | 153 |
axios({ |
154 |
- // url: '/post/newsSelectList.json', |
|
155 |
- url: '/post/postSelectList.json', |
|
154 |
+ url: '/post/newsSelectList.json', |
|
156 | 155 |
method: 'post', |
157 | 156 |
hearder: { |
158 | 157 |
'Content-Type': "application/json; charset=UTF-8", |
--- client/views/pages/user/Data/Technology.vue
+++ client/views/pages/user/Data/Technology.vue
... | ... | @@ -162,8 +162,8 @@ |
162 | 162 |
const vm = this; |
163 | 163 |
|
164 | 164 |
axios({ |
165 |
- // url: '/post/newsSelectList.json', |
|
166 |
- url: '/post/postSelectList.json', |
|
165 |
+ url: '/post/newsSelectList.json', |
|
166 |
+ // url: '/post/postSelectList.json', |
|
167 | 167 |
method: 'post', |
168 | 168 |
hearder: { |
169 | 169 |
'Content-Type': "application/json; charset=UTF-8", |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?