Update: The procedure described below did fix the problem and the repaired SVS valve lasted for about 18 months before the vehicle started throwing the same code. I replaced the SVS valve with the one listed below and the car has not thrown any codes for the past two years. If you have ...
<script>import {getRecommend} from '../api/recommend.js' import {ERR_OK} from '../api/config.js' export default { mounted () { //在created中也可 this._getRecommend() }, methods: { _getRecommend () { getRecommend().then((res) => { if (res.code === ERR_OK) { console.log...