wuhb 1 год назад
Родитель
Сommit
88b4c9fbe8

+ 1 - 1
.env

@@ -3,7 +3,7 @@ VITE_DEV_PORT = '8083'
 
 # development path
 # VITE_DEV_PATH = 'https://demo.mtruning.club'
-VITE_DEV_PATH = 'http://127.0.0.1:8083'
+VITE_DEV_PATH = 'http://localhost:8083'
 
 # production path
 # VITE_PRO_PATH = 'https://demo.mtruning.club'

BIN
src/assets/images/chart/informations/IE.png


+ 1 - 0
src/i18n/en/index.ts

@@ -4,6 +4,7 @@ import project from './project'
 const global = {
   doc_addr: 'Document',
   code_addr: 'Code',
+  threejs_addr: '3DWeb',
   form_account: 'Please enter your account or email',
   form_password: 'Please enter your password',
   // header

+ 1 - 0
src/i18n/zh/index.ts

@@ -4,6 +4,7 @@ import project from './project'
 const global = {
   doc_addr: '文档地址',
   code_addr: '仓库地址',
+  threejs_addr: '数字孪生',
   form_account: '请输入账号或邮箱',
   form_password: '请输入密码',
   // 头部

+ 1 - 1
src/packages/components/Iframes/Iframes/IframeList/index.ts

@@ -10,5 +10,5 @@ export const IframeListConfig: ConfigType = {
   categoryName: ChatCategoryEnumName.Iframe,
   package: PackagesCategoryEnum.IFRAMES,
   chartFrame: ChartFrameEnum.COMMON,
-  image: 'tables_list.png'
+  image: 'upload.png'
 }

+ 1 - 1
src/packages/components/Informations/Mores/Iframe/config.ts

@@ -6,7 +6,7 @@ import cloneDeep from 'lodash/cloneDeep'
 
 export const option = {
   // 网站路径
-  dataset: "https://www.mtruning.club/",
+  dataset: "https://",
   // 圆角
   borderRadius: 10
 }

+ 1 - 1
src/packages/index.d.ts

@@ -206,5 +206,5 @@ export type PackagesType = {
   [PackagesCategoryEnum.PHOTOS]: ConfigType[]
   [PackagesCategoryEnum.ICONS]: ConfigType[]
   [PackagesCategoryEnum.DECORATES]: ConfigType[]
-  [PackagesCategoryEnum.IFRAMES]: ConfigType[]
+  // [PackagesCategoryEnum.IFRAMES]: ConfigType[]
 }

+ 1 - 1
src/packages/index.ts

@@ -25,7 +25,7 @@ export let packagesList: PackagesType = {
   [PackagesCategoryEnum.DECORATES]: DecorateList,
   [PackagesCategoryEnum.PHOTOS]: PhotoList,
   [PackagesCategoryEnum.ICONS]: IconList,
-  [PackagesCategoryEnum.IFRAMES]: IframeList
+  // [PackagesCategoryEnum.IFRAMES]: IframeList
 }
 
 // 组件缓存, 可以大幅度提升组件加载速度

+ 1 - 1
src/settings/pathConst.ts

@@ -4,7 +4,7 @@
 export const docPath = "https://www.mtruning.club/"
 
 // 项目源码
-export const giteeSourceCodePath = "https://gitee.com/dromara/go-view"
+export const giteeSourceCodePath = "http://192.168.110.221:2020"
 
 // 赞助
 export const sponsorPath = "https://www.mtruning.club/sponsor/"

+ 1 - 1
src/views/project/layout/components/ProjectLayoutAsideFooter/index.vue

@@ -47,7 +47,7 @@
             <code-slash-icon></code-slash-icon>
           </n-icon>
         </template>
-        <n-text v-show="!collapsed">{{ $t('global.code_addr') }}</n-text>
+        <n-text v-show="!collapsed">{{ $t('global.threejs_addr') }}</n-text>
       </n-button>
     </n-space>
   </div>

+ 1 - 1
vite.config.ts

@@ -12,7 +12,7 @@ function pathResolve(dir: string) {
 }
 
 export default ({ mode }) => defineConfig({
-  base: '/goview/',
+  base: '/',
   // 路径重定向
   resolve: {
     alias: [