generated from ccsens_fe/uni-vue3-template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
205 B
5 lines
205 B
export const LOCAL_KEY = {
|
|
LOADED: 'loaded', // 用来显示启动页 有本地数据不显示启动页 没有才显示
|
|
DEVICE_NO: 'SS_DEVICE_NO', // 平板编号
|
|
HOST: 'SS_ACCESS_HOST', // 域名
|
|
}
|
|
|