Browse Source

feat:照明

main
lushihan 3 months ago
parent
commit
559db71640
  1. BIN
      hx-ai-intelligent/public/asset/image/bulbLogo/21961.png
  2. BIN
      hx-ai-intelligent/public/asset/image/bulbLogo/21962.png
  3. BIN
      hx-ai-intelligent/public/asset/image/bulbLogo/22496.png
  4. BIN
      hx-ai-intelligent/public/asset/image/bulbLogo/22546.png
  5. BIN
      hx-ai-intelligent/public/asset/image/bulbLogo/22553.png
  6. BIN
      hx-ai-intelligent/public/asset/image/bulbLogo/22554.png
  7. 10
      hx-ai-intelligent/src/config/app.config.ts
  8. 770
      hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue
  9. 2
      hx-ai-intelligent/vite.config.ts
  10. 2
      hx-op/vite.config.ts

BIN
hx-ai-intelligent/public/asset/image/bulbLogo/21961.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
hx-ai-intelligent/public/asset/image/bulbLogo/21962.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 810 B

BIN
hx-ai-intelligent/public/asset/image/bulbLogo/22496.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
hx-ai-intelligent/public/asset/image/bulbLogo/22546.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
hx-ai-intelligent/public/asset/image/bulbLogo/22553.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
hx-ai-intelligent/public/asset/image/bulbLogo/22554.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

10
hx-ai-intelligent/src/config/app.config.ts

@ -19,7 +19,7 @@ const transform = (data, map) => {
export const appConfig = {
projectType: 'web',
baseApi: '/api',
enablePermissions: true,
enablePermissions: false,
// themeColor: '#eee',
siderPosition: 'left',
baseHeader: '/parkingManage',
@ -27,10 +27,10 @@ export const appConfig = {
themeConfig: {
bgImageUrl: `${import.meta.env.VITE_PUBLIC_PATH}/asset/image/login/background.png`,
},
// userCustomRouterGuard: (to, from, next, whiteNameList, authorizationStore, appConfig) => {
// console.log({ to, from, next, whiteNameList, authorizationStore, appConfig }, 'routeConfig');
// next();
// },
userCustomRouterGuard: (to, from, next, whiteNameList, authorizationStore, appConfig) => {
console.log({ to, from, next, whiteNameList, authorizationStore, appConfig }, 'routeConfig');
next();
},
// customUpdatePwd: () => import('/@/view/updatePassword/updatePassword.vue'),

770
hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue

File diff suppressed because it is too large

2
hx-ai-intelligent/vite.config.ts

@ -12,7 +12,7 @@ const proxy = {
changeOrigin: true,
},
'/carbon-smart': {
target: 'http://192.168.112.144:8224',
target: 'http://123.60.103.97:8224',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/carbon-smart/, ''),
},

2
hx-op/vite.config.ts

@ -12,7 +12,7 @@ const proxy = {
changeOrigin: true,
},
'/carbon-smart': {
target: 'http://192.168.112.144:8224',
target: 'http://123.60.103.97:8224',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/carbon-smart/, ''),
},

Loading…
Cancel
Save