Ver código fonte

Merge remote-tracking branch 'origin/大连交通技师学院' into 大连交通技师学院

wangxy 1 mês atrás
pai
commit
26c75ea4f8
3 arquivos alterados com 2 adições e 1 exclusões
  1. 1 1
      common/styles/global/pages.scss
  2. 1 0
      config.js
  3. BIN
      static/images/index/code.png

+ 1 - 1
common/styles/global/pages.scss

@@ -212,6 +212,6 @@
 .gwewm-page{
 	.ewm-code-img{
 		width: 500rpx;height: 500rpx;margin:0 auto;@include dljt-no-repeat-cover;
-		background-image: url("@/static/images/index/code.png");
+		background-image: url("@/static/images/index/ewm-code.png");
 	}
 }

+ 1 - 0
config.js

@@ -1,4 +1,5 @@
 // 应用全局配置
+// 注意:打包正式地址更换需更换对应的二维码,二维码文件名ewm-code.png
 export default   {
   baseUrl: 'https://kf3.mtavip.com/api',
    // baseUrl: 'https://jtxy.mtavip.com/api',

BIN
static/images/index/code.png