gaoluyang
2 天以前 7755aa345c574fff526cfa78f9d1270177ca7a89
闽兴石材app
1.部署修改
已修改3个文件
8 ■■■■ 文件已修改
src/config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/config.js
@@ -1,6 +1,6 @@
// 应用全局配置
const config = {
  baseUrl: 'http://114.132.189.42:9066', // 华玺砂浆
  baseUrl: 'http://114.132.189.42:9048', // 闽兴石材
   // 应用信息
   appInfo: {
     // 应用名称
src/manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "华玺砂浆",
    "appid" : "__UNI__1F18384",
    "name" : "闽兴石材",
    "appid" : "__UNI__76F6936",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
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>