Git Product home page Git Product logo

topicselection-vue's Introduction

Topic_Selection 后端VUE部分

TopicSelection - VUE

主要组件

  • vue-axios
  • vue-router
  • vue-session
  • cube-ui 滴滴的移动端开发框架
  • element-ui

问题汇总:

vue-axios跨域问题解决:

在config\index.js中的proxyTable中添加...

 proxyTable: {
      '/apis': {
        target: 'http://localhost:8080/',  //要解决跨域的接口的域名
        secure:false,           //如果是https接口,需要配置这个参数
        changeOrigin: true,  // 如果接口跨域,需要进行这个参数配置
        pathRewrite: {
          '^/apis': '/'  // 路径重写
        }
      },
    },

Logs:

  • 2022/10/27
    • 使用VUE进行基础页面开发
    • 解决Axios跨域问题
    • 登陆页面及功能完成
    • 注册页面及功能完成
    • 个人信息页面及功能完成
    • 学生选毕设界面及功能完成
    • 后端SpringBoot增加接口(详情出门左转到Springboot项目)
  • 2022/10/28
    • 完善学生工作区
    • 完成教师工作区
    • 项目主体功能完成...至于美化...(画个大饼)

topicselection-vue's People

Contributors

aealen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.