摘要: npm install -g mirror-config-china --registry=http://registry.npm.taobao.org npm install node-sass yarn install 试用可以解决 阅读全文
posted @ 2021-01-13 19:17 9102 阅读(492) 评论(0) 推荐(0) 编辑
摘要: let data = new URLSearchParams() data.append('accountName',xxxx) data.append('accountType','XXXX') data.append('password',xxxxx) data.append('verifyTy 阅读全文
posted @ 2021-01-13 15:40 9102 阅读(1129) 评论(0) 推荐(0) 编辑
摘要: 在vue.config.js内直接配置 //vue-cli3.0 里面的 vue.config.js做配置 devServer: { proxy: { '/api': { //这里最好有一个 / target: 'http://xxxxxx.com/', // 后台接口域名 ws: true, // 阅读全文
posted @ 2021-01-13 15:34 9102 阅读(562) 评论(0) 推荐(0) 编辑