feat: rebrand to LumiFlow across miniprogram, admin-console, and server
这个提交包含在:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="admin-layout">
|
||||
<view class="sidebar">
|
||||
<view class="sidebar-logo">💎 智美</view>
|
||||
<view class="sidebar-logo">💎 LumiFlow</view>
|
||||
<view class="sidebar-sub">管理后台</view>
|
||||
<view class="sidebar-menu">
|
||||
<view
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
computed: {
|
||||
pageTitle() {
|
||||
var item = this.menuItems.find(m => m.view === this.currentPage)
|
||||
return item ? item.icon + ' ' + item.label : '智美管理后台'
|
||||
return item ? item.icon + ' ' + item.label : 'LumiFlow 管理后台'
|
||||
},
|
||||
adminName() {
|
||||
var store = useUserStore()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "智美后台",
|
||||
"name": "LumiFlow 后台",
|
||||
"appid": "__UNI__HOXADMIN",
|
||||
"description": "Hox beauty device admin console",
|
||||
"versionName": "1.0.0",
|
||||
"versionCode": "100",
|
||||
"h5": {
|
||||
"title": "智美后台",
|
||||
"title": "LumiFlow 后台",
|
||||
"router": {
|
||||
"mode": "hash",
|
||||
"base": "/admin/"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "智美后台",
|
||||
"navigationBarTitleText": "LumiFlow 后台",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"backgroundColor": "#f5f5f5"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<view class="login-page">
|
||||
<view class="login-card">
|
||||
<view class="login-logo">💎</view>
|
||||
<view class="login-title">智美</view>
|
||||
<view class="login-title">LumiFlow</view>
|
||||
<view class="login-subtitle">管理后台</view>
|
||||
|
||||
<view class="form-group">
|
||||
@@ -32,7 +32,7 @@
|
||||
登 录
|
||||
</button>
|
||||
|
||||
<view class="login-footer">© 2026 智美管理后台</view>
|
||||
<view class="login-footer">© 2026 LumiFlow</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
在新工单中引用
屏蔽一个用户