670添加分享的权限

This commit is contained in:
liub
2025-09-23 13:54:38 +08:00
parent f3c21c2e1b
commit 97cbb25753
11 changed files with 207 additions and 1023 deletions

View File

@ -211,7 +211,7 @@ export default {
},
getPermissions(type) {
if (!type) {
return undefined;
type='6170';
}
let array = [{
value: "1",

View File

@ -1,5 +1,5 @@
import config from '../config/index.js';
const env = 'development'; //production development //开发of线上 改这里就行
const env = 'production'; //production development //开发of线上 改这里就行
const BASE = config[env];
const request = (options) => {
console.log("options"+JSON.stringify(options),BASE.BASE_URL)