| src/config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/manifest.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/pages/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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>