摘要: vue(ant-design-vue)组件嵌套方式 axios跨域 新建http文件夹 http/apis.js //将我们http.js中封装好的 get,post.put,delete 导过来 import {axios_get, axios_post, axios_delete, axios_ 阅读全文
posted @ 2020-11-24 19:21 心-瘾 阅读(2113) 评论(0) 推荐(0) 编辑
摘要: django opwf_project/opwf/apps/user/model.py from django.contrib.auth.models import AbstractUser from django.db import models class User(AbstractUser): 阅读全文
posted @ 2020-11-24 19:20 心-瘾 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 官网 https://www.antdv.com/docs/vue/introduce-cn/ 简单使用 src/components/layout <template> <div style="width: 200px"> <a-menu :default-selected-keys="['1'] 阅读全文
posted @ 2020-11-24 19:18 心-瘾 阅读(867) 评论(0) 推荐(0) 编辑
摘要: 使用view Djang接口 books/view 注册 INSTALLED_APPS = [ 'books.apps.BooksConfig', 'corsheaders', 'rest_framework', 'django_filters', ] 配置跨域 #1.添加cors 注销csrf M 阅读全文
posted @ 2020-11-24 19:15 心-瘾 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 使用view Djang接口 books/view 注册 INSTALLED_APPS = [ 'books.apps.BooksConfig', 'corsheaders', 'rest_framework', 'django_filters', ] 配置跨域 #1.添加cors 注销csrf M 阅读全文
posted @ 2020-11-24 19:13 心-瘾 阅读(222) 评论(0) 推荐(0) 编辑