# Quantitative_front **Repository Path**: joy_wei/Quantitative_front ## Basic Information - **Project Name**: Quantitative_front - **Description**: 量化交易系统前端 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-11 - **Last Updated**: 2021-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 解决跨域问题 pip install flask_cors from flask_cors import CORS CORS(app,support_credentials=True) login:function(){ var username = this.username var password = this.password var path = "" this.axios.get(path).then(response=>{ console.log(response) response.data }) }