新增分享配置
This commit is contained in:
@@ -70,11 +70,11 @@ const env = process.env.NODE_ENV
|
||||
// DEV-START
|
||||
const accountList = reactive([
|
||||
{ username: "admin", type: 'primary', label: 'admin' },
|
||||
// { username: "19191703856", type: 'warning', label: '喜气洋洋' },
|
||||
// { username: "19107220837", type: 'danger', label: '快乐时光店铺' },
|
||||
{ username: "18049104914", type: 'warning', label: '东风的店铺' },
|
||||
{ username: "19107220837", type: 'danger', label: '快乐时光店铺' },
|
||||
// { username: "18199991111", type: 'success', label: '草莓加盟主店可直接管理' },
|
||||
{ username: "18821670757", type: 'success', label: '高歌的小店' },
|
||||
// { username: "19112345678", type: 'danger', label: '酸橘子·云贵小馆' },
|
||||
{ username: "191123456", type: 'primary', label: '酸橘子' },
|
||||
]);
|
||||
|
||||
// 快捷模拟登录
|
||||
|
||||
Reference in New Issue
Block a user