diff --git a/admin-web-master/jest.config.js b/admin-web-master/jest.config.js index 143cdc8..1d22aa6 100644 --- a/admin-web-master/jest.config.js +++ b/admin-web-master/jest.config.js @@ -10,7 +10,7 @@ module.exports = { '^@/(.*)$': '/src/$1' }, snapshotSerializers: ['jest-serializer-vue'], - testMatch: [ + testMatch: [ '**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)' ], collectCoverageFrom: ['src/utils/**/*.{js,vue}', '!src/utils/auth.js', '!src/utils/request.js', 'src/components/**/*.{js,vue}'], diff --git a/admin-web-master/public/index.html b/admin-web-master/public/index.html index 0e28f46..d8d54ba 100644 --- a/admin-web-master/public/index.html +++ b/admin-web-master/public/index.html @@ -8,10 +8,10 @@ 招商服务系统 - - - - + + + +