Your Name 1 year ago
parent
commit
2f21594f9a

+ 2
- 2
config/prod.js View File

@@ -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: {},

+ 1
- 1
project.config.json View File

@@ -2,7 +2,7 @@
2 2
     "miniprogramRoot": "dist/",
3 3
     "projectname": "civilized-miniapp",
4 4
     "description": "文明城市小程序",
5
-    "appid": "wx39d721c54a0a11c4",
5
+    "appid": "wxbbce460512905f5e",
6 6
     "setting": {
7 7
         "urlCheck": true,
8 8
         "es6": false,

BIN
src/assets/image/logo.png View File


+ 1
- 1
src/layouts/index.jsx View File

@@ -27,7 +27,7 @@ export default (props) => {
27 27
 
28 28
   Taro.useShareAppMessage(() => {
29 29
     return {
30
-      title: '文明霍山'
30
+      title: '文明城市'
31 31
     };
32 32
   });
33 33
 

+ 1
- 1
src/pages/login/components/Head.jsx View File

@@ -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