2 次代碼提交 2af62a076f ... 38263156f3

作者 SHA1 備註 提交日期
  230320a303 38263156f3 t 1 月之前
  230320a303 626c490b98 t 2 月之前

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.18ae86d9.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-899dc2da.3f9f8ea6.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-899dc2da.abc23da8.js


+ 4 - 1
src/main.js

@@ -46,8 +46,11 @@ Vue.use(dataV)
 
 import VueAMap from 'vue-amap' // 高德
 Vue.use(VueAMap)
+window._AMapSecurityConfig = {
+  securityJsCode:'5e00a24cb2f5804eb8ec8e081a88ac7a',
+}
 VueAMap.initAMapApiLoader({
-  key: '8343df94cab859af3bd36362029a4e19',
+  key: 'c110837412073f4b1eeb88f562ca4f85',
   plugin: ['AMap.MouseTool'],
   plugin: ['AMap.AutoComplete','AMap.MarkerClusterer','AMap.DistrictSearch', 'AMap.MouseTool', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PlaceSearch', 'AMap.Geolocation', 'AMap.Geocoder', 'AMap.TileLayer'],
   v: '1.4.15',

+ 1 - 1
src/views/house/components/searchForm/Admin.vue

@@ -49,7 +49,7 @@ export default {
       this.setDefaultValue(params, 'searchData')
     },
     estateChange (val, options, curItem) {
-      this.$router.push(`/house/sale?id=${val}&name=${curItem.estate_name}`)
+      this.$router.push(`/house/admin?id=${val}&name=${curItem.estate_name}`)
       // this.$router.go(0)
       this.searchHandle()
     },

部分文件因文件數量過多而無法顯示