gaoluyang
2 天以前 fde3e7218c81dd80e78ca0c52a95a1138df7aeee
华玺砂浆app
1.部署修改
已修改3个文件
6 ■■■■ 文件已修改
src/config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/config.js
@@ -1,6 +1,6 @@
// 应用全局配置
const config = {
  baseUrl: 'http://114.132.189.42:9032', // 鼎城瑞
  baseUrl: 'http://114.132.189.42:9066', // 华玺砂浆
   // 应用信息
   appInfo: {
     // 应用名称
src/manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "鼎城瑞",
    "name" : "华玺砂浆",
    "appid" : "__UNI__D898A2F",
    "description" : "",
    "versionName" : "1.0.0",
src/pages/index.vue
@@ -11,7 +11,7 @@
        <view class="hero-section">
            <view class="bg-img">
                <view class="hero-content">
                    <text class="hero-title">鼎城瑞</text>
                    <text class="hero-title">华玺砂浆</text>
                </view>
                <view class="hero-wave"></view>
            </view>