
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
https://www.trae.ai/authorization?login_version=1&auth_from=trae&login_channel=native_ide&plugin_version=1.0.19483&auth_type=local&client_id=ono9krqynydwx5&redirect=0&login_trace_id=0cbebdb8-e3b9-4ce8
一、echarts安装与引用1.使用npm安装npm install echarts --save2.main.js文件下添加import echarts from 'echarts'Vue.prototype.$echarts = echarts3.在vue文件下编写<div id="charts-demo" class="echart"></div>...
是在项目中用了多语言配置,vue 跟 i18n之间的兼容问题。解决方法如下Vue.use(ViewUI)替换成Vue.use(ViewUI, {i18n: function (path, options) {let value = i18n.t(path, options);if (value !== null && value !== unde...
html部分<span v-if="sendAuthCode" class="c-right" @click="getCode">获取验证码</span><span v-if="!sendAuthCode" class="c-right"> <span class="auth_text_blue">{{auth_time}} </spa...
1.从接口获取到的数据传到vuex里,实现方法:找到获取列表的接口:if (result.code === 1) {this.workerList = result.data// 将工人id存进全局this.set({workers: result.data.map((x) => {...
一、echarts安装与引用1.使用npm安装npm install echarts --save2.main.js文件下添加import echarts from 'echarts'Vue.prototype.$echarts = echarts3.在vue文件下编写<div id="charts-demo" class="echart"></div>...