标签 > 标签文章:#vue# (共有2文章) 网站搭建之坑 坑一:数据库版本报错 django.core.exceptions.ImproperlyConfigured:mysqlclient1.3.13ornewerisrequired;youhave0.9.3 解决办法,注释掉这两行代码 坑二:数据库model转换成...... 14,008 1 2019-07-14 11:32 Vue 跨域请求 Vue为了安全,默认不支持跨域请求网络,这就很不方便我们本地调试,但是Vue提供代理配置,如下配置就可以解决跨域问题。 config/inder.js配置proxyTableproxyTable:{'/api':{target:'http://localhost:8002/',//要跨域的接口地址changeOrigin:true,pathRewrit...... 2,001 2 2018-11-29 11:19