Logo white

webapp / GreenwayWeb

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • GreenwayWeb
  • wenjuan-pc
  • src
  • api
  • getCode.js
  • 最新绿道
    a6a3878d
    杨鑫 authored
    2025-05-12 11:01:06 +0800  
    Browse Code »
getCode.js 189 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
import request from '@/utils/request'
// 鉴权
export function authenticate(data) {
  return request({
    url: '/cereQuestionnaireTable/authenticate',
    method: 'post',
    data
  })
}