摘要: http { #前端部署 server { listen 8099; #监听 8099 端口 server_name localhost; location / { root D:\Mine\Test\2020.6.8\wdq\dist; # 指向本地 vue build 的 dist 地址 ind 阅读全文
posted @ 2020-06-16 20:40 奇德隆咚强 阅读(2122) 评论(0) 推荐(1)
摘要: request.js文件 import axios from 'axios' import { Message } from 'element-ui' const headers = { 'Content-type': 'application/json;charset-UTF-8' } const 阅读全文
posted @ 2020-06-16 16:07 奇德隆咚强 阅读(124) 评论(0) 推荐(0)