优化
This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version" : "1.0",
|
"version" : "1.0",
|
||||||
"configurations" : [
|
"configurations" : [
|
||||||
{
|
|
||||||
"bundleId" : "com.zyys.zy",
|
|
||||||
"certificateFile" : "/Users/icssoa/Desktop/coding/cool/uniapp/unix/.cool/ios/证书.p12",
|
|
||||||
"certificateProfileFile" : "/Users/icssoa/Desktop/coding/cool/uniapp/unix/.cool/ios/zy.mobileprovision",
|
|
||||||
"playground" : "custom",
|
|
||||||
"runSignStatus" : 1,
|
|
||||||
"type" : "uni-app:app-ios"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"playground" : "standard",
|
"playground" : "standard",
|
||||||
"type" : "uni-app:app-ios_simulator"
|
"type" : "uni-app:app-ios_simulator"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { config } from "../../config";
|
import { config } from "@/config";
|
||||||
import { service } from "../service";
|
import { service } from "../service";
|
||||||
import { basename, extname, filename, parse, parseObject, pathJoin, uuid } from "../utils";
|
import { basename, extname, filename, parse, parseObject, pathJoin, uuid } from "../utils";
|
||||||
import { useStore } from "../store";
|
import { useStore } from "../store";
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import { computed, type ComputedRef } from "vue";
|
import { computed, type ComputedRef } from "vue";
|
||||||
import { config } from "../config";
|
import { config } from "../config";
|
||||||
import { px2rpx } from "@/cool";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 字号管理类
|
* 字号管理类
|
||||||
|
|||||||
Reference in New Issue
Block a user