Przeglądaj źródła

fix:静态图片路径

chenzhen2 1 rok temu
rodzic
commit
e5a0ac1f3d
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/config/index.js

+ 2 - 1
src/config/index.js

@@ -27,7 +27,8 @@ const duoduoenvService = '/duoduo-service/duoduoenv-service/'
 config = Object.assign(base, config, {
   // h5PagePath: config.h5Origin + '/#',
   h5PagePath: 'http://localhost:8081/' + '/#',
-  h5StaticPath: 'http://192.168.16.234:8080/static',
+  // h5StaticPath: 'http://192.168.16.234:8080/static',
+  h5StaticPath:'/static',
   // h5StaticPath: config.h5Origin + '/static/WeChat',
   featuresVersion,
   projectName,