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