Commit 8f216d65 authored by 刘怀志's avatar 刘怀志

init-3

parent 2749cc6b
<template> <template>
<div> <div>
<button>1234</button>
<!-- 创建一个用于显示视频的容器 --> <!-- 创建一个用于显示视频的容器 -->
<div ref="playWnd" class="video-watch" id="playWnd"></div> <div ref="playWnd" class="video-watch" id="playWnd"></div>
</div> </div>
......
...@@ -35,7 +35,7 @@ module.exports = { ...@@ -35,7 +35,7 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://vue.ruoyi.vip/prod-api`, target: `http://192.168.10.129:8080`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment