吕天方 2 years ago
parent 93b6c5a0b5
commit f5e3a42158

@ -5,4 +5,4 @@ VUE_APP_TITLE = 若依管理系统
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://39.101.188.84:9029'

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

@ -4,7 +4,7 @@
* @Author: JC9527
* @Date: 2023-08-17 10:41:06
* @LastEditors: JC9527
* @LastEditTime: 2023-08-17 18:28:52
* @LastEditTime: 2023-08-17 19:08:16
-->
<template>
<dia-log ref="dialog3" width="565px" title="视频墙">
@ -40,7 +40,9 @@ export default {
.main-item {
// width: 248px;
height: 100px;
background-color: #fff;
width: 100%;
background-image: url("../../../assets/images/videoImg.png");
background-size: 100% 100%;
}
}
</style>

@ -26,7 +26,7 @@ module.exports = {
// 部署生产环境和开发环境下的URL。
// 默认情况下Vue CLI 会假设你的应用是被部署在一个域名的根路径上
// 例如 https://www.ruoyi.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.ruoyi.vip/admin/,则设置 baseUrl 为 /admin/。
publicPath: process.env.NODE_ENV === "production" ? "/dome/citymanage" : "/",
publicPath: process.env.NODE_ENV === "production" ? "/demo/citymanage" : "/",
// 在npm run build 或 yarn build 时 生成文件的目录名称要和baseUrl的生产环境路径一致默认dist
outputDir: "dist",
// 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)

Loading…
Cancel
Save