@ -40,7 +40,7 @@
"vue": "^3.4.21",
"vue-dompurify-html": "^5.0.1",
"vue-i18n": "^9.9.1",
"vue-pdf": "^4.3.0",
"vue-pdf": "^1.0.0",
"vue-pdf-embed": "^2.0.3",
"vue-qrcode-reader": "^5.5.3",
"vue-router": "^4.3.0",
@ -48,7 +48,7 @@
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-legacy": "^5.3.1",
"@vitejs/plugin-legacy": "^6.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"amfe-flexible": "^2.2.1",
"autoprefixer": "^10.4.17",
@ -58,13 +58,13 @@
"postcss-pxtorem": "^6.1.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vite": "^6.2.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitepress": "^1.0.0-rc.44"
"vitepress": "^0.1.1"
"eslintConfig": {
"root": true,
@ -18,7 +18,9 @@ let routes = [
routes = $globalRouterModules(routes); // 加载模块路由
const $globalRouter = createRouter({
// 企业端
// history: createWebHashHistory(),
// 执法端
history: createWebHistory(),
routes,
});
@ -2,10 +2,10 @@
// let baseUrl="http://139.186.135.156:86";
// let baseUrl="http://10.132.108.1:85";
//正式环境
// let baseUrl="http://jdm.szssfj.cn/jdmApi";
let baseUrl="http://jdm.szssfj.cn/jdmApi";
//测试环境
// let baseUrl="http://jdm.szssfj.cn/jdmTestApi";
let baseUrl="http://localhost:85";
// let baseUrl="http://localhost:85";
// let wsUrl='ws://10.76.108.1:9326';
export {
baseUrl,
@ -212,6 +212,7 @@
w6s.ready(() => {
w6s.header.setTitle('深圳市行政执法监督码');
w6s.szient.getAuthCode({
success: function (res) {
console.log(res)
@ -1,7 +1,7 @@
<template>
<Loading class="loading-div" type="spinner" v-show="isLoading" color="#1989fa"/>
<div class="home app_content" v-if="!isLoading">
<!-- <div class="home app_content">-->
<!-- <div class="home app_content"> -->
<!-- 导航栏 -->
<!-- <div class="header_body">
<header-nav :leftArrow="false" titelText="执法监督码"></header-nav>
@ -270,6 +270,8 @@
queryList();
})
setInterval(showNotice, 3000);
// isLoading.value = false;
// queryList();
const setNotificationMove = () => {
// 清除定时器