映入wx包

master
xuWorkEmai 3 years ago
parent 6dd3763463
commit daf4d4b42c

@ -1,2 +1,2 @@
## 通用环境变量
VUE_APP_TITLE = "太仓app"
VUE_APP_TITLE = "露营地图"

@ -1,8 +1,8 @@
## 生产环境变量
# 河长制开发测试服务器
# VUE_APP_HOST = "http://localhost:9008"
VUE_APP_HOST = "http://www.jichuanglanhai.com:9008"
VUE_APP_FILE_HOST = "http://www.jichuanglanhai.com:9008"
# VUE_APP_HOST = "http://localhost:9017"
VUE_APP_HOST = "http://www.jichuanglanhai.com:9017"
VUE_APP_FILE_HOST = "http://www.jichuanglanhai.com:9017"
# 正式服务器
# VUE_APP_HOST = ""

@ -2,8 +2,8 @@
## 生产环境变量
# 河长制开发测试服务器
# VUE_APP_HOST = "http://localhost:9008"
VUE_APP_HOST = "http://www.jichuanglanhai.com:9008"
VUE_APP_FILE_HOST = "http://www.jichuanglanhai.com:9008"
VUE_APP_HOST = "http://www.jichuanglanhai.com:9017"
VUE_APP_FILE_HOST = "http://www.jichuanglanhai.com:9017"
# 正式服务器
# VUE_APP_HOST = ""

@ -2,8 +2,8 @@
* @Description:
* @Author: Fugang
* @Date: 2019-07-23 15:58:50
* @LastEditors: 付刚
* @LastEditTime: 2021-08-26 15:59:43
* @LastEditors: 许宏杰
* @LastEditTime: 2022-08-02 15:01:21
-->
<!DOCTYPE html>
<html lang="en">
@ -17,7 +17,12 @@
<meta name="flexible" content="initial-dpr=2" />
<link rel="icon" href="<%= BASE_URL %>logo.png" />
<title><%= VUE_APP_TITLE %></title>
<script
type="text/javascript"
src="//res.wx.qq.com/open/js/jweixin-1.3.2.js"
></script>
</head>
<body>
<noscript>
<strong

@ -2,7 +2,7 @@
* @Author: 许宏杰
* @Date: 2022-08-01 09:48:53
* @LastEditors: 许宏杰
* @LastEditTime: 2022-08-01 14:24:22
* @LastEditTime: 2022-08-02 15:06:45
* @FilePath: \vxmap\src\views\vxMap.vue
-->
<template>
@ -133,6 +133,9 @@ export default {
},
/**营地选中 */
onConfirm(values) {
window.jWeixin.miniProgram.navigateTo({
url: '/pages/list/list',
})
this.activeyd = values
this.show = false
},

@ -2,14 +2,11 @@
* @Author: 付刚
* @Date: 2021-06-03 18:19:56
* @LastEditors: 许宏杰
* @LastEditTime: 2022-02-28 12:27:28
* @FilePath: \RudongAPP\vue.config.js
* @LastEditTime: 2022-08-02 14:43:00
* @FilePath: \vxmap\vue.config.js
*/
module.exports = {
publicPath:
process.env.NODE_ENV === 'app'
? process.env.VUE_APP_PATH
: '/demo/tcpop-app/',
publicPath: '',
// devServer: {
// proxy: {

Loading…
Cancel
Save