更新
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
},
|
||||
menu: {
|
||||
myMenus: {
|
||||
url: `${config.API_URL}system/menu/my/1.5.0`,
|
||||
url: `${config.API_URL}system/menu/my`,
|
||||
name: "获取我的菜单",
|
||||
get: async function(){
|
||||
return await http.get(this.url);
|
||||
|
||||
@@ -12,7 +12,7 @@ const DEFAULT_CONFIG = {
|
||||
CORE_VER: "1.6.6",
|
||||
|
||||
//接口地址
|
||||
API_URL: "http://127.0.0.1:8000/",
|
||||
API_URL: "http://127.0.0.1/",
|
||||
// API_URL: "http://q.dxpd.cn/",
|
||||
|
||||
//请求超时
|
||||
@@ -50,7 +50,7 @@ const DEFAULT_CONFIG = {
|
||||
COLOR: '',
|
||||
|
||||
//是否加密localStorage, 为空不加密,可填写AES(模式ECB,移位Pkcs7)加密
|
||||
LS_ENCRYPTION: '',
|
||||
LS_ENCRYPTION: 'AES',
|
||||
|
||||
//localStorageAES加密秘钥,位数建议填写8的倍数
|
||||
LS_ENCRYPTION_key: '2XNN4K8LC0ELVWN4',
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
this.$store.commit("clearViewTags")
|
||||
this.$store.commit("clearKeepLive")
|
||||
this.$store.commit("clearIframeList")
|
||||
console.log('%c SCUI %c Gitee: https://gitee.com/lolicode/scui', 'background:#666;color:#fff;border-radius:3px;', '')
|
||||
// console.log('%c SCUI %c Gitee: https://gitee.com/lolicode/scui', 'background:#666;color:#fff;border-radius:3px;', '')
|
||||
},
|
||||
methods: {
|
||||
configDark(){
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
|
||||
module.exports = defineConfig({
|
||||
// outputDir: '../web',
|
||||
//设置为空打包后不分更目录还是多级目录
|
||||
publicPath:'',
|
||||
//build编译后存放静态文件的目录
|
||||
|
||||
Reference in New Issue
Block a user