@@ -1,2 +1,2 @@
# qpxzfwzx
- 青浦行政服务中心
+ 青浦政务服务中心
@@ -9,7 +9,7 @@
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <meta name="apple-mobile-web-app-title" content="青浦行政服务中心" />
+ <meta name="apple-mobile-web-app-title" content="青浦政务服务中心" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>
<%= htmlWebpackPlugin.options.title %>
@@ -775,7 +775,7 @@ systemConfig.pointInfo = {
},
url: "",
text: [
- "青浦区行政服务中心成立于2002年7月,目前,中心共有进驻部门34家,开设受理窗口58个,承接审批事项1289项。另有便民服务窗口7个,提供便民复印、数字咨询、税控咨询及邮政快递服务。",
+ "青浦区政务服务中心成立于2002年7月,目前,中心共有进驻部门34家,开设受理窗口58个,承接审批事项1289项。另有便民服务窗口7个,提供便民复印、数字咨询、税控咨询及邮政快递服务。",
"中心大楼共三层,建筑面积约8595平方米。按照“一网通办”改革工作要点、政务服务中心建设和运行规范的要求,不断努力提升中心的服务能力和水平,进一步优化我区营商环境,打响“一网通办,青浦好办”服务品牌。"
]
@@ -819,7 +819,7 @@ systemConfig.pointInfo = {
- "2019年5月税务开业业务率先进驻区行政服务中心、到2020年(5月)税务注销业务、(8月)变更业务也相继进驻到了行政服务中心,实现了税务开业、变更、注销等登记类事项一站式服务。税务窗口大力推进税务开业全程网办模式,实现“网上办、不接触、不跑动”,助推营商环境优化和疫情防控工作。",
+ "2019年5月税务开业业务率先进驻区政务服务中心、到2020年(5月)税务注销业务、(8月)变更业务也相继进驻到了政务服务中心,实现了税务开业、变更、注销等登记类事项一站式服务。税务窗口大力推进税务开业全程网办模式,实现“网上办、不接触、不跑动”,助推营商环境优化和疫情防控工作。",
"围绕长三角一体化建设,全程参与国家税务总局跨省(市)迁移,需求设计、操作规程及业务需求编修,业务测试、电子税务局开发。实现迁出手续“即时办”、迁入手续“自动办”、各项数据“不间断”、纳税人各项资质及权益无缝衔接的智能化纳税服务新体验,成功办结全国首例跨省迁移涉税业务即时办结业务。受到媒体广泛关注。税务窗口也成功办结长三角示范区第一例税务注销跨区通办业务。"
@@ -1601,5 +1601,5 @@
}
- }
+ }
@@ -893,6 +893,12 @@ export default {
var position = Cesium.Cartographic.fromCartesian(camera);
var lon = Cesium.Math.toDegrees(position.longitude);
var lat = Cesium.Math.toDegrees(position.latitude);
+ console.log(heading)
+ console.log(pitch)
+ console.log(roll)
+ console.log(lon)
+ console.log(lat)
+ console.log(h)
let str = `
lon:${lon}
lat:${lat}
@@ -22,7 +22,7 @@ module.exports = defineConfig({
filename: 'index.html',
// 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
- title: '青浦行政服务中心',
+ title: '青浦政务服务中心',
// 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。
chunks: ['chunk-vendors', 'chunk-common', 'index']