token已存入Storage, 认证厂家详情接口初步完成

This commit is contained in:
clay
2023-01-04 20:58:04 +08:00
parent 27787d3300
commit 2417d8fe28
4 changed files with 67 additions and 97 deletions

View File

@@ -38,7 +38,7 @@
methods: {
getNews() {
this.$apiServe.getNews().then(res => {
console.log('行业新闻', res.data.data)
// console.log('行业新闻', res.data.data)
for (const item of res.data.data) {
item.pub_time_str = dateFormat(item.pub_time_str)
}