Quellcode durchsuchen

Merge branch 'h5' of http://git.ycjcjy.com/civilized_city/miniapp into h5

张涛 vor 1 Jahr
Ursprung
Commit
ca012b6e2e
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 2
    2
      config/prod.js
  2. BIN
      src/assets/image/logo.png
  3. 1
    1
      src/layouts/index.jsx
  4. 1
    1
      src/pages/login/components/Head.jsx

+ 2
- 2
config/prod.js Datei anzeigen

@@ -4,9 +4,9 @@ module.exports = {
4 4
   },
5 5
   defineConstants: {
6 6
     // HOST: '"http://192.168.89.147:9087"',
7
-    HOST: '"https://wmcj.huoshannews.com"',
7
+    HOST: '"https://wmcj.ycjcjy.com"',
8 8
     AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
9
-    DEFAULT_POS: '"116.3476917447715,31.409912844296578"', // 霍山县人民政府 gcj02
9
+    DEFAULT_POS: '"118.91,32.07"', // gcj02
10 10
     VERSION: '"1.1.29-20240224"',
11 11
   },
12 12
   mini: {},

BIN
src/assets/image/logo.png Datei anzeigen


+ 1
- 1
src/layouts/index.jsx Datei anzeigen

@@ -42,7 +42,7 @@ export default (props) => {
42 42
 
43 43
   Taro.useShareAppMessage(() => {
44 44
     return {
45
-      title: "文明霍山",
45
+      title: '文明城市'
46 46
     };
47 47
   });
48 48
 

+ 1
- 1
src/pages/login/components/Head.jsx Datei anzeigen

@@ -11,7 +11,7 @@ export default (props) => {
11 11
           src={logo}
12 12
         />
13 13
       </View>
14
-      <View className={style['txt-box']}>欢迎登录霍山文明创城</View>
14
+      <View className={style['txt-box']}>欢迎登录文明创城</View>
15 15
     </View>
16 16
   )
17 17