86c30ab5d8fa74bf77bdd75d8008a6d87dab28b6..d2f0fae1021cd6bb0e541d259fea81ae47d78617
2025-10-13 gaoluyang
打包修改
dev
d2f0fa 对比 | 目录
2025-10-13 gaoluyang
打包修改
5c7ed9 对比 | 目录
已修改3个文件
11 ■■■■ 文件已修改
src/config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/banner/backview.png 补丁 | 查看 | 原始文档 | blame | 历史
src/config.js
@@ -2,7 +2,7 @@
const config = {
  //  baseUrl: 'https://vue.ruoyi.vip/prod-api',
  // baseUrl: 'http://localhost/prod-api',
  baseUrl: 'http://114.132.189.42:9036',
  baseUrl: 'http://114.132.189.42:9101',
  // baseUrl: 'http://192.168.1.147:9036',
   //cloud后台网关地址
  //  baseUrl: 'http://192.168.10.3:8080',
src/pages/index.vue
@@ -11,8 +11,7 @@
        <view class="hero-section">
            <view class="bg-img">
                <view class="hero-content">
                    <text class="hero-title"></text>
                    <text class="hero-subtitle"></text>
                    <text class="hero-title">湟水峡农业</text>
                </view>
                <view class="hero-wave"></view>
            </view>
@@ -675,12 +674,12 @@
.hero-content {
    position: relative;
    z-index: 1;
    padding: 1.25rem;
    padding: 1.25rem 1.25rem 1.6rem 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    justify-content: flex-start;
}
.hero-title {
@@ -688,6 +687,7 @@
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.03125rem;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
.hero-subtitle { font-size: 0.8125rem; margin-top: 0.375rem; }
.hero-wave { height: 2.75rem; }
@@ -697,6 +697,7 @@
    font-size: 0.8125rem;
    margin-top: 0.375rem;
    font-weight: 400;
    text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
}
.hero-wave {
src/static/images/banner/backview.png