gaoluyang
7 天以前 96256fcd4405bc39d0df69546a1d9552879b6230
双奇点:
1.app仓储物流字段调整
已修改3个文件
14 ■■■■ 文件已修改
src/config.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/config.js
@@ -1,15 +1,7 @@
// 应用全局配置
const config = {
  //  baseUrl: 'https://vue.ruoyi.vip/prod-api',
  // baseUrl: 'http://localhost/prod-api',
    // baseUrl: 'http://192.168.1.147:7003', // 天津双奇点
    baseUrl: 'http://114.132.189.42:9042', // 天津双奇点
  imgUrl: 'http://114.132.189.42:9044',
  // baseUrl: 'http://114.132.189.42:9066', // 宁夏润泰
  // baseUrl: 'http://114.132.189.42:9068', // 新疆海川开心
  // baseUrl: 'http://192.168.1.147:9036',
   //cloud后台网关地址
  //  baseUrl: 'http://192.168.10.3:8080',
   // 应用信息
   appInfo: {
     // 应用名称
src/manifest.json
@@ -1,6 +1,6 @@
{
  "name" : "信息管理",
  "appid" : "__UNI__E1C100D",
  "name" : "天津双奇点",
  "appid" : "__UNI__B08EA3A",
  "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>