Xillis_Wu

Results 3 issues of Xillis_Wu

https://sanyuan0704.github.io/react-cloud-music/chapter3/slider.html ```js import React from 'react'; import Slider from '../../components/slider'; function Recommend() { // mock数据 const bannerList = [1,2,3,4].map(item => { return { src: "http://p1.music.126.net/ZYLJ2oZn74yUz5x8NBGkVA==/109951164331219056.jpg" } }); return ( )...

主要想問的是設計上的理念 我有個情境是,Access log 想要記錄所有的 API,就我理解在 go-kratos 中 log 是 middleware,可是如果出現了 CODEC 錯誤,這樣不會進到 middleware,使用者回報問題時,就找不到相關紀錄。 為什麼設計上是先 bind 在 mid? 另外,上述的情境也是有方法可以做到 log 包含 404 所有的 API 嗎?

question

I have this problem: ```ts // src/store/index.ts export default function(/* { ssrContext } */) { console.log(process.env); const Store = new Vuex.Store({ modules: { // example }, // enable strict mode...